Html Css Color HEX #72181E Red Berry

📋 copy color: '#72181E'

red 114 ◦ green 24 ◦ blue 30

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

Shades of Red Berry #72181E

Tints of Red Berry #72181E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.29%

 BLUE value IS 30 (12.11% from 255) = 17.86%

R = 67.86%
G = 14.29%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#72181E (or 0x72181E) is known color: Red Berry. HEX triplet: 72, 18 and 1E. RGB value is (114,24,30). Sum of RGB (Red+Green+Blue) = 114+24+30=168 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.86% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 114 - color contains mainly: red. Hex color #72181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72181E is #8DE7E1. Grayscale: #333333. Windows color (decimal): -9299938 or 1972338. OLE color: 1972338.

HSL color Cylindrical-coordinate representation of color #72181E: hue angle of 356º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #72181E is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 24 30 -
CMYK 0 0.79 0.74 0.55
HSL 356º 0.65% 0.27% -
HSV(B) 356º 0.79% 0.45% -
XYZ 7.5 4.32 1.67 -
YUV 51.59 115.82 172.51 -
System Red Green Blue C M Y K H S L
Decimal 114 24 30 0 0.79 0.74 0.55 356 0.65 0.27
Hex 72 18 1E 0 4F 4A 37 164 41 1B
Octal 162 30 36 0 117 112 67 544 101 33
Binary 1110010 11000 11110 0 1001111 1001010 110111 101100100 1000001 11011

Color Harmonies of #72181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72181E

Black with #72181E

Text Example


Text Example

White with #72181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72181E; }

 p { color: rgb(114,24,30); }

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

background-color css

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

 a { background-color: rgb(114,24,30); }

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

border-color css

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

 span { border-color: rgb(114,24,30); }

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