#72222A

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

Shades of Red Berry #72222A

Tints of Red Berry #72222A

Color information

#72222A (or 0x72222A) is unknown color: approx Red Berry. HEX triplet: 72, 22 and 2A. RGB value is (114,34,42). Sum of RGB (Red+Green+Blue) = 114+34+42=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #72222A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72222A is #8DDDD5. Grayscale: #3A3A3A. Windows color (decimal): -9297366 or 2761330. OLE color: 2761330.

HSL color Cylindrical-coordinate representation of color #72222A: hue angle of 354º 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 #72222A is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB1143442-
CMYK00.700.630.55
HSL354º54.05%29.02%-
HSV(B)354º70.18%44.71%-
XYZ7.934.892.72-
YUV58.83118.5167.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60%
GREEN value IS 34 (13.67% from 255) = 17.89%
BLUE value IS 42 (16.80% from 255) = 22.11%
R=60%
G=17.89%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114344200.700.630.5535454.0529.02
Hex72222A0463F37162361d
Octal1624252010677675426635
Binary11100101000101010100100011011111111011110110001011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72222A; }

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

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

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

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

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

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

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

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