Html Css Color HEX #731112 Red Berry

📋 copy color: '#731112'

red 115 ◦ green 17 ◦ blue 18

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

Shades of Red Berry #731112

Tints of Red Berry #731112

RGB

 RED value IS 115 (45.31% from 255) = 76.67%

 GREEN value IS 17 (7.03% from 255) = 11.33%

 BLUE value IS 18 (7.42% from 255) = 12%

R = 76.67%
G = 11.33%
B = 12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#731112 (or 0x731112) is known color: Red Berry. HEX triplet: 73, 11 and 12. RGB value is (115,17,18). Sum of RGB (Red+Green+Blue) = 115+17+18=150 (19% of max value = 765). Red value is 115 (45.31% from 255 or 76.67% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 115 - color contains mainly: red. Hex color #731112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731112 is #8CEEED. Grayscale: #2E2E2E. Windows color (decimal): -9236206 or 1184115. OLE color: 1184115.

HSL color Cylindrical-coordinate representation of color #731112: hue angle of 359.39º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731112 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 17 18 -
CMYK 0 0.85 0.84 0.55
HSL 359.39º 0.74% 0.26% -
HSV(B) 359.39º 0.85% 0.45% -
XYZ 7.38 4.09 0.97 -
YUV 46.42 111.97 176.92 -
System Red Green Blue C M Y K H S L
Decimal 115 17 18 0 0.85 0.84 0.55 359.39 0.74 0.26
Hex 73 11 12 0 55 54 37 167 4A 1A
Octal 163 21 22 0 125 124 67 547 112 32
Binary 1110011 10001 10010 0 1010101 1010100 110111 101100111 1001010 11010

Color Harmonies of #731112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731112

Black with #731112

Text Example


Text Example

White with #731112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731112; }

 p { color: rgb(115,17,18); }

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

background-color css

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

 a { background-color: rgb(115,17,18); }

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

border-color css

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

 span { border-color: rgb(115,17,18); }

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