Html Css Color HEX #721524 Red Berry

📋 copy color: '#721524'

red 114 ◦ green 21 ◦ blue 36

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

Shades of Red Berry #721524

Tints of Red Berry #721524

RGB

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

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

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

R = 66.67%
G = 12.28%
B = 21.05%

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

#721524 (or 0x721524) is known color: Red Berry. HEX triplet: 72, 15 and 24. RGB value is (114,21,36). Sum of RGB (Red+Green+Blue) = 114+21+36=171 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.67% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 114 - color contains mainly: red. Hex color #721524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721524 is #8DEADB. Grayscale: #323232. Windows color (decimal): -9300700 or 2364786. OLE color: 2364786.

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

Color convert

RGB 114 21 36 -
CMYK 0 0.82 0.68 0.55
HSL 350.32º 0.69% 0.26% -
HSV(B) 350.32º 0.82% 0.45% -
XYZ 7.53 4.24 2.09 -
YUV 50.52 119.81 173.28 -
System Red Green Blue C M Y K H S L
Decimal 114 21 36 0 0.82 0.68 0.55 350.32 0.69 0.26
Hex 72 15 24 0 52 44 37 15E 45 1A
Octal 162 25 44 0 122 104 67 536 105 32
Binary 1110010 10101 100100 0 1010010 1000100 110111 101011110 1000101 11010

Color Harmonies of #721524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721524

Black with #721524

Text Example


Text Example

White with #721524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721524; }

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

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

background-color css

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

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

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

border-color css

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

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

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