#722027

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

Shades of Red Berry #722027

Tints of Red Berry #722027

Color information

#722027 (or 0x722027) is unknown color: approx Red Berry. HEX triplet: 72, 20 and 27. RGB value is (114,32,39). Sum of RGB (Red+Green+Blue) = 114+32+39=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #722027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722027 is #8DDFD8. Grayscale: #393939. Windows color (decimal): -9297881 or 2564210. OLE color: 2564210.

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

Color convert

RGB1143239-
CMYK00.720.660.55
HSL354.88º56.16%28.63%-
HSV(B)354.88º71.93%44.71%-
XYZ7.824.762.43-
YUV57.32117.67168.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.62%
GREEN value IS 32 (12.89% from 255) = 17.30%
BLUE value IS 39 (15.62% from 255) = 21.08%
R=61.62%
G=17.30%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114323900.720.660.55354.8856.1628.63
Hex7220270484237163381d
Octal16240470110102675437035
Binary111001010000010011101001000100001011011110110001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722027; }

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

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

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

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

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

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

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

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