Html Css Color HEX #721424 Red Berry

📋 copy color: '#721424'

red 114 ◦ green 20 ◦ blue 36

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

Shades of Red Berry #721424

Tints of Red Berry #721424

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.76%

 BLUE value IS 36 (14.45% from 255) = 21.18%

R = 67.06%
G = 11.76%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#721424 (or 0x721424) is known color: Red Berry. HEX triplet: 72, 14 and 24. RGB value is (114,20,36). Sum of RGB (Red+Green+Blue) = 114+20+36=170 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.06% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 114 - color contains mainly: red. Hex color #721424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721424 is #8DEBDB. Grayscale: #313131. Windows color (decimal): -9300956 or 2364530. OLE color: 2364530.

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

Color convert

RGB 114 20 36 -
CMYK 0 0.82 0.68 0.55
HSL 349.79º 0.7% 0.26% -
HSV(B) 349.79º 0.82% 0.45% -
XYZ 7.51 4.21 2.09 -
YUV 49.93 120.14 173.7 -
System Red Green Blue C M Y K H S L
Decimal 114 20 36 0 0.82 0.68 0.55 349.79 0.7 0.26
Hex 72 14 24 0 52 44 37 15E 46 1A
Octal 162 24 44 0 122 104 67 536 106 32
Binary 1110010 10100 100100 0 1010010 1000100 110111 101011110 1000110 11010

Color Harmonies of #721424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721424

Black with #721424

Text Example


Text Example

White with #721424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721424; }

 p { color: rgb(114,20,36); }

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

background-color css

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

 a { background-color: rgb(114,20,36); }

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

border-color css

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

 span { border-color: rgb(114,20,36); }

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