Html Css Color HEX #72112A Red Berry

📋 copy color: '#72112A'

red 114 ◦ green 17 ◦ blue 42

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

Shades of Red Berry #72112A

Tints of Red Berry #72112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.28%

R = 65.9%
G = 9.83%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#72112A (or 0x72112A) is known color: Red Berry. HEX triplet: 72, 11 and 2A. RGB value is (114,17,42). Sum of RGB (Red+Green+Blue) = 114+17+42=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #72112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72112A is #8DEED5. Grayscale: #303030. Windows color (decimal): -9301718 or 2756978. OLE color: 2756978.

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

Color convert

RGB 114 17 42 -
CMYK 0 0.85 0.63 0.55
HSL 344.54º 0.74% 0.26% -
HSV(B) 344.54º 0.85% 0.45% -
XYZ 7.56 4.15 2.59 -
YUV 48.85 124.14 174.47 -
System Red Green Blue C M Y K H S L
Decimal 114 17 42 0 0.85 0.63 0.55 344.54 0.74 0.26
Hex 72 11 2A 0 55 3F 37 159 4A 1A
Octal 162 21 52 0 125 77 67 531 112 32
Binary 1110010 10001 101010 0 1010101 111111 110111 101011001 1001010 11010

Color Harmonies of #72112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72112A

Black with #72112A

Text Example


Text Example

White with #72112A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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