#721C25

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

Shades of Red Berry #721C25

Tints of Red Berry #721C25

Color information

#721C25 (or 0x721C25) is unknown color: approx Red Berry. HEX triplet: 72, 1C and 25. RGB value is (114,28,37). Sum of RGB (Red+Green+Blue) = 114+28+37=179 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.69% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 114 - color contains mainly: red. Hex color #721C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721C25 is #8DE3DA. Grayscale: #363636. Windows color (decimal): -9298907 or 2432114. OLE color: 2432114.

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

Color convert

RGB1142837-
CMYK00.750.680.55
HSL353.72º60.56%27.84%-
HSV(B)353.72º75.44%44.71%-
XYZ7.694.542.22-
YUV54.74117.99170.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 63.69%
GREEN value IS 28 (11.33% from 255) = 15.64%
BLUE value IS 37 (14.84% from 255) = 20.67%
R=63.69%
G=15.64%
B=20.67%

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
Decimal114283700.750.680.55353.7260.5627.84
Hex721C2504B44371623d1c
Octal16234450113104675427534
Binary11100101110010010101001011100010011011110110001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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