Html Css Color HEX #72151E Red Berry

📋 copy color: '#72151E'

red 114 ◦ green 21 ◦ blue 30

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

Shades of Red Berry #72151E

Tints of Red Berry #72151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.73%

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

R = 69.09%
G = 12.73%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#72151E (or 0x72151E) is known color: Red Berry. HEX triplet: 72, 15 and 1E. RGB value is (114,21,30). Sum of RGB (Red+Green+Blue) = 114+21+30=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #72151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72151E is #8DEAE1. Grayscale: #313131. Windows color (decimal): -9300706 or 1971570. OLE color: 1971570.

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

Color convert

RGB 114 21 30 -
CMYK 0 0.82 0.74 0.55
HSL 354.19º 0.69% 0.26% -
HSV(B) 354.19º 0.82% 0.45% -
XYZ 7.44 4.21 1.65 -
YUV 49.83 116.81 173.77 -
System Red Green Blue C M Y K H S L
Decimal 114 21 30 0 0.82 0.74 0.55 354.19 0.69 0.26
Hex 72 15 1E 0 52 4A 37 162 45 1A
Octal 162 25 36 0 122 112 67 542 105 32
Binary 1110010 10101 11110 0 1010010 1001010 110111 101100010 1000101 11010

Color Harmonies of #72151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72151E

Black with #72151E

Text Example


Text Example

White with #72151E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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