#721524

Color #721524 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #721524

Tints of Red Berry #721524

Color information

#721524 (or 0x721524) is unknown color: approx 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

RGB1142136-
CMYK00.820.680.55
HSL350.32º68.89%26.47%-
HSV(B)350.32º81.58%44.71%-
XYZ7.534.242.09-
YUV50.52119.81173.28-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114213600.820.680.55350.3268.8926.47
Hex721524052443715e451a
Octal162254401221046753610532
Binary111001010101100100010100101000100110111101011110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>