Html Css Color HEX #701F28 Red Berry

📋 copy color: '#701F28'

red 112 ◦ green 31 ◦ blue 40

#701F28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Berry #701F28

Tints of Red Berry #701F28

RGB

 RED value IS 112 (44.14% from 255) = 61.2%

 GREEN value IS 31 (12.5% from 255) = 16.94%

 BLUE value IS 40 (16.02% from 255) = 21.86%

R = 61.2%
G = 16.94%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#701F28 (or 0x701F28) is known color: Red Berry. HEX triplet: 70, 1F and 28. RGB value is (112,31,40). Sum of RGB (Red+Green+Blue) = 112+31+40=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #701F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701F28 is #8FE0D7. Grayscale: #383838. Windows color (decimal): -9429208 or 2629488. OLE color: 2629488.

HSL color Cylindrical-coordinate representation of color #701F28: hue angle of 353.33º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #701F28 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 31 40 -
CMYK 0 0.72 0.64 0.56
HSL 353.33º 0.57% 0.28% -
HSV(B) 353.33º 0.72% 0.44% -
XYZ 7.56 4.58 2.49 -
YUV 56.25 118.84 167.77 -
System Red Green Blue C M Y K H S L
Decimal 112 31 40 0 0.72 0.64 0.56 353.33 0.57 0.28
Hex 70 1F 28 0 48 40 38 161 39 1C
Octal 160 37 50 0 110 100 70 541 71 34
Binary 1110000 11111 101000 0 1001000 1000000 111000 101100001 111001 11100

Color Harmonies of #701F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F28

Black with #701F28

Text Example


Text Example

White with #701F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701F28; }

 p { color: rgb(112,31,40); }

 H1.HeaderClassName
 {
   color: #701F28;
 }
 .AnyTagClassName
 {
   color: #701F28;
 }
</style>

background-color css

<style>
 a { background-color: #701F28; }

 a { background-color: rgb(112,31,40); }

 div.DivClassName
 {
   background-color: #701F28;
 }
 .BgClassName
 {
   background-color: #701F28;
 }
</style>

border-color css

<style>
 span { border-color: #701F28; }

 span { border-color: rgb(112,31,40); }

 td.TdClassName
 {
   border-color: #701F28;
 }
 .TagClassName
 {
   border-color: #701F28;
 }
</style>