Html Css Color HEX #721324 Red Berry

📋 copy color: '#721324'

red 114 ◦ green 19 ◦ blue 36

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

Shades of Red Berry #721324

Tints of Red Berry #721324

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.24%

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

R = 67.46%
G = 11.24%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#721324 (or 0x721324) is known color: Red Berry. HEX triplet: 72, 13 and 24. RGB value is (114,19,36). Sum of RGB (Red+Green+Blue) = 114+19+36=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #721324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721324 is #8DECDB. Grayscale: #313131. Windows color (decimal): -9301212 or 2364274. OLE color: 2364274.

HSL color Cylindrical-coordinate representation of color #721324: hue angle of 349.26º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #721324 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 19 36 -
CMYK 0 0.83 0.68 0.55
HSL 349.26º 0.71% 0.26% -
HSV(B) 349.26º 0.83% 0.45% -
XYZ 7.49 4.17 2.08 -
YUV 49.34 120.47 174.12 -
System Red Green Blue C M Y K H S L
Decimal 114 19 36 0 0.83 0.68 0.55 349.26 0.71 0.26
Hex 72 13 24 0 53 44 37 15D 47 1A
Octal 162 23 44 0 123 104 67 535 107 32
Binary 1110010 10011 100100 0 1010011 1000100 110111 101011101 1000111 11010

Color Harmonies of #721324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721324

Black with #721324

Text Example


Text Example

White with #721324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721324; }

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

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

background-color css

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

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

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

border-color css

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

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

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