Html Css Color HEX #72111A Red Berry

📋 copy color: '#72111A'

red 114 ◦ green 17 ◦ blue 26

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

Shades of Red Berry #72111A

Tints of Red Berry #72111A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.56%

R = 72.61%
G = 10.83%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#72111A (or 0x72111A) is known color: Red Berry. HEX triplet: 72, 11 and 1A. RGB value is (114,17,26). Sum of RGB (Red+Green+Blue) = 114+17+26=157 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.61% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 114 - color contains mainly: red. Hex color #72111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72111A is #8DEEE5. Grayscale: #2F2F2F. Windows color (decimal): -9301734 or 1708402. OLE color: 1708402.

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

Color convert

RGB 114 17 26 -
CMYK 0 0.85 0.77 0.55
HSL 354.43º 0.74% 0.26% -
HSV(B) 354.43º 0.85% 0.45% -
XYZ 7.33 4.05 1.37 -
YUV 47.03 116.14 175.77 -
System Red Green Blue C M Y K H S L
Decimal 114 17 26 0 0.85 0.77 0.55 354.43 0.74 0.26
Hex 72 11 1A 0 55 4D 37 162 4A 1A
Octal 162 21 32 0 125 115 67 542 112 32
Binary 1110010 10001 11010 0 1010101 1001101 110111 101100010 1001010 11010

Color Harmonies of #72111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72111A

Black with #72111A

Text Example


Text Example

White with #72111A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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