#721125

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

Shades of Red Berry #721125

Tints of Red Berry #721125

Color information

#721125 (or 0x721125) is unknown color: approx Red Berry. HEX triplet: 72, 11 and 25. RGB value is (114,17,37). Sum of RGB (Red+Green+Blue) = 114+17+37=168 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.86% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 114 - color contains mainly: red. Hex color #721125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721125 is #8DEEDA. Grayscale: #303030. Windows color (decimal): -9301723 or 2429298. OLE color: 2429298.

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

Color convert

RGB1141737-
CMYK00.850.680.55
HSL347.63º74.05%25.69%-
HSV(B)347.63º85.09%44.71%-
XYZ7.474.112.15-
YUV48.28121.64174.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.86%
GREEN value IS 17 (7.03% from 255) = 10.12%
BLUE value IS 37 (14.84% from 255) = 22.02%
R=67.86%
G=10.12%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114173700.850.680.55347.6374.0525.69
Hex721125055443715c4a1a
Octal162214501251046753411232
Binary111001010001100101010101011000100110111101011100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721125; }

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

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

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

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

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

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

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

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