Html Css Color HEX #701927 Red Berry

📋 copy color: '#701927'

red 112 ◦ green 25 ◦ blue 39

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

Shades of Red Berry #701927

Tints of Red Berry #701927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.16%

R = 63.64%
G = 14.2%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#701927 (or 0x701927) is known color: Red Berry. HEX triplet: 70, 19 and 27. RGB value is (112,25,39). Sum of RGB (Red+Green+Blue) = 112+25+39=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #701927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701927 is #8FE6D8. Grayscale: #343434. Windows color (decimal): -9430745 or 2562416. OLE color: 2562416.

HSL color Cylindrical-coordinate representation of color #701927: hue angle of 350.34º 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 #701927 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 25 39 -
CMYK 0 0.78 0.65 0.56
HSL 350.34º 0.64% 0.27% -
HSV(B) 350.34º 0.78% 0.44% -
XYZ 7.4 4.29 2.36 -
YUV 52.61 120.32 170.36 -
System Red Green Blue C M Y K H S L
Decimal 112 25 39 0 0.78 0.65 0.56 350.34 0.64 0.27
Hex 70 19 27 0 4E 41 38 15E 40 1B
Octal 160 31 47 0 116 101 70 536 100 33
Binary 1110000 11001 100111 0 1001110 1000001 111000 101011110 1000000 11011

Color Harmonies of #701927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701927

Black with #701927

Text Example


Text Example

White with #701927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701927; }

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

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

background-color css

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

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

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

border-color css

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

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

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