Html Css Color HEX #701928 Red Berry

📋 copy color: '#701928'

red 112 ◦ green 25 ◦ blue 40

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

Shades of Red Berry #701928

Tints of Red Berry #701928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.12%

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

R = 63.28%
G = 14.12%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#701928 (or 0x701928) is known color: Red Berry. HEX triplet: 70, 19 and 28. RGB value is (112,25,40). Sum of RGB (Red+Green+Blue) = 112+25+40=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #701928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701928 is #8FE6D7. Grayscale: #343434. Windows color (decimal): -9430744 or 2627952. OLE color: 2627952.

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

Color convert

RGB 112 25 40 -
CMYK 0 0.78 0.64 0.56
HSL 349.66º 0.64% 0.27% -
HSV(B) 349.66º 0.78% 0.44% -
XYZ 7.41 4.29 2.45 -
YUV 52.72 120.82 170.28 -
System Red Green Blue C M Y K H S L
Decimal 112 25 40 0 0.78 0.64 0.56 349.66 0.64 0.27
Hex 70 19 28 0 4E 40 38 15E 40 1B
Octal 160 31 50 0 116 100 70 536 100 33
Binary 1110000 11001 101000 0 1001110 1000000 111000 101011110 1000000 11011

Color Harmonies of #701928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701928

Black with #701928

Text Example


Text Example

White with #701928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701928; }

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

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

background-color css

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

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

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

border-color css

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

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

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