Html Css Color HEX #72111F Red Berry

📋 copy color: '#72111F'

red 114 ◦ green 17 ◦ blue 31

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

Shades of Red Berry #72111F

Tints of Red Berry #72111F

RGB

 RED value IS 114 (44.92% from 255) = 70.37%

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

 BLUE value IS 31 (12.5% from 255) = 19.14%

R = 70.37%
G = 10.49%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#72111F (or 0x72111F) is known color: Red Berry. HEX triplet: 72, 11 and 1F. RGB value is (114,17,31). Sum of RGB (Red+Green+Blue) = 114+17+31=162 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.37% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 114 - color contains mainly: red. Hex color #72111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72111F is #8DEEE0. Grayscale: #2F2F2F. Windows color (decimal): -9301729 or 2036082. OLE color: 2036082.

HSL color Cylindrical-coordinate representation of color #72111F: hue angle of 351.34º 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 #72111F is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 17 31 -
CMYK 0 0.85 0.73 0.55
HSL 351.34º 0.74% 0.26% -
HSV(B) 351.34º 0.85% 0.45% -
XYZ 7.39 4.08 1.69 -
YUV 47.6 118.64 175.36 -
System Red Green Blue C M Y K H S L
Decimal 114 17 31 0 0.85 0.73 0.55 351.34 0.74 0.26
Hex 72 11 1F 0 55 49 37 15F 4A 1A
Octal 162 21 37 0 125 111 67 537 112 32
Binary 1110010 10001 11111 0 1010101 1001001 110111 101011111 1001010 11010

Color Harmonies of #72111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72111F

Black with #72111F

Text Example


Text Example

White with #72111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72111F; }

 p { color: rgb(114,17,31); }

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

background-color css

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

 a { background-color: rgb(114,17,31); }

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

border-color css

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

 span { border-color: rgb(114,17,31); }

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