#722227

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

Shades of Red Berry #722227

Tints of Red Berry #722227

Color information

#722227 (or 0x722227) is unknown color: approx Red Berry. HEX triplet: 72, 22 and 27. RGB value is (114,34,39). Sum of RGB (Red+Green+Blue) = 114+34+39=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #722227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722227 is #8DDDD8. Grayscale: #3A3A3A. Windows color (decimal): -9297369 or 2564722. OLE color: 2564722.

HSL color Cylindrical-coordinate representation of color #722227: hue angle of 356.25º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #722227 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB1143439-
CMYK00.700.660.55
HSL356.25º54.05%29.02%-
HSV(B)356.25º70.18%44.71%-
XYZ7.884.872.44-
YUV58.49117167.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.96%
GREEN value IS 34 (13.67% from 255) = 18.18%
BLUE value IS 39 (15.62% from 255) = 20.86%
R=60.96%
G=18.18%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114343900.700.660.55356.2554.0529.02
Hex7222270464237164361d
Octal16242470106102675446635
Binary111001010001010011101000110100001011011110110010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722227; }

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

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

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

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

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

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

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

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