#721C24

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

Shades of Red Berry #721C24

Tints of Red Berry #721C24

Color information

#721C24 (or 0x721C24) is unknown color: approx Red Berry. HEX triplet: 72, 1C and 24. RGB value is (114,28,36). Sum of RGB (Red+Green+Blue) = 114+28+36=178 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.04% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 114 - color contains mainly: red. Hex color #721C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721C24 is #8DE3DB. Grayscale: #363636. Windows color (decimal): -9298908 or 2366578. OLE color: 2366578.

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

Color convert

RGB1142836-
CMYK00.750.680.55
HSL354.42º60.56%27.84%-
HSV(B)354.42º75.44%44.71%-
XYZ7.674.542.14-
YUV54.63117.49170.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.04%
GREEN value IS 28 (11.33% from 255) = 15.73%
BLUE value IS 36 (14.45% from 255) = 20.22%
R=64.04%
G=15.73%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114283600.750.680.55354.4260.5627.84
Hex721C2404B44371623d1c
Octal16234440113104675427534
Binary11100101110010010001001011100010011011110110001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721C24; }

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

 H1.HeaderClassName
 {
   color: #721C24;
 }
 .AnyTagClassName
 {
   color: #721C24;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #721C24;
 }
 .BgClassName
 {
   background-color: #721C24;
 }
</style>
border-color css

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

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

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