Html Css Color HEX #721518 Red Berry

📋 copy color: '#721518'

red 114 ◦ green 21 ◦ blue 24

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

Shades of Red Berry #721518

Tints of Red Berry #721518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.09%

R = 71.7%
G = 13.21%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#721518 (or 0x721518) is known color: Red Berry. HEX triplet: 72, 15 and 18. RGB value is (114,21,24). Sum of RGB (Red+Green+Blue) = 114+21+24=159 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.70% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 114 - color contains mainly: red. Hex color #721518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721518 is #8DEAE7. Grayscale: #313131. Windows color (decimal): -9300712 or 1578354. OLE color: 1578354.

HSL color Cylindrical-coordinate representation of color #721518: hue angle of 358.06º 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 #721518 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 21 24 -
CMYK 0 0.82 0.79 0.55
HSL 358.06º 0.69% 0.26% -
HSV(B) 358.06º 0.82% 0.45% -
XYZ 7.37 4.18 1.28 -
YUV 49.15 113.81 174.26 -
System Red Green Blue C M Y K H S L
Decimal 114 21 24 0 0.82 0.79 0.55 358.06 0.69 0.26
Hex 72 15 18 0 52 4F 37 166 45 1A
Octal 162 25 30 0 122 117 67 546 105 32
Binary 1110010 10101 11000 0 1010010 1001111 110111 101100110 1000101 11010

Color Harmonies of #721518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721518

Black with #721518

Text Example


Text Example

White with #721518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721518; }

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

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

background-color css

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

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

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

border-color css

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

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

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