Html Css Color HEX #721024 Red Berry

📋 copy color: '#721024'

red 114 ◦ green 16 ◦ blue 36

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

Shades of Red Berry #721024

Tints of Red Berry #721024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.64%

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

R = 68.67%
G = 9.64%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#721024 (or 0x721024) is known color: Red Berry. HEX triplet: 72, 10 and 24. RGB value is (114,16,36). Sum of RGB (Red+Green+Blue) = 114+16+36=166 (21% of max value = 765). Red value is 114 (44.92% from 255 or 68.67% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 114 - color contains mainly: red. Hex color #721024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721024 is #8DEFDB. Grayscale: #2F2F2F. Windows color (decimal): -9301980 or 2363506. OLE color: 2363506.

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

Color convert

RGB 114 16 36 -
CMYK 0 0.86 0.68 0.55
HSL 347.76º 0.75% 0.25% -
HSV(B) 347.76º 0.86% 0.45% -
XYZ 7.44 4.08 2.06 -
YUV 47.58 121.47 175.37 -
System Red Green Blue C M Y K H S L
Decimal 114 16 36 0 0.86 0.68 0.55 347.76 0.75 0.25
Hex 72 10 24 0 56 44 37 15C 4B 19
Octal 162 20 44 0 126 104 67 534 113 31
Binary 1110010 10000 100100 0 1010110 1000100 110111 101011100 1001011 11001

Color Harmonies of #721024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721024

Black with #721024

Text Example


Text Example

White with #721024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721024; }

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

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

background-color css

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

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

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

border-color css

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

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

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