#721325

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

Shades of Red Berry #721325

Tints of Red Berry #721325

Color information

#721325 (or 0x721325) is unknown color: approx Red Berry. HEX triplet: 72, 13 and 25. RGB value is (114,19,37). Sum of RGB (Red+Green+Blue) = 114+19+37=170 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.06% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 37 (14.84% from 255 or 21.76% from 170); Max value from RGB is 114 - color contains mainly: red. Hex color #721325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721325 is #8DECDA. Grayscale: #313131. Windows color (decimal): -9301211 or 2429810. OLE color: 2429810.

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

Color convert

RGB1141937-
CMYK00.830.680.55
HSL348.63º71.43%26.08%-
HSV(B)348.63º83.33%44.71%-
XYZ7.514.182.16-
YUV49.46120.97174.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.06%
GREEN value IS 19 (7.81% from 255) = 11.18%
BLUE value IS 37 (14.84% from 255) = 21.76%
R=67.06%
G=11.18%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114193700.830.680.55348.6371.4326.08
Hex721325053443715d471a
Octal162234501231046753510732
Binary111001010011100101010100111000100110111101011101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721325; }

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

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

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

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

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

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

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

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