#721922

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

Shades of Red Berry #721922

Tints of Red Berry #721922

Color information

#721922 (or 0x721922) is unknown color: approx Red Berry. HEX triplet: 72, 19 and 22. RGB value is (114,25,34). Sum of RGB (Red+Green+Blue) = 114+25+34=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 34 (13.67% from 255 or 19.65% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #721922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721922 is #8DE6DD. Grayscale: #343434. Windows color (decimal): -9299678 or 2234738. OLE color: 2234738.

HSL color Cylindrical-coordinate representation of color #721922: hue angle of 353.93º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #721922 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB1142534-
CMYK00.780.700.55
HSL353.93º64.03%27.25%-
HSV(B)353.93º78.07%44.71%-
XYZ7.584.391.96-
YUV52.64117.49171.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.90%
GREEN value IS 25 (10.16% from 255) = 14.45%
BLUE value IS 34 (13.67% from 255) = 19.65%
R=65.90%
G=14.45%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114253400.780.700.55353.9364.0327.25
Hex72192204E4637162401b
Octal162314201161066754210033
Binary111001011001100010010011101000110110111101100010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721922; }

 p { color: rgb(114,25,34); }

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

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

 a { background-color: rgb(114,25,34); }

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

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

 span { border-color: rgb(114,25,34); }

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