#72252A

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

Shades of Red Berry #72252A

Tints of Red Berry #72252A

Color information

#72252A (or 0x72252A) is unknown color: approx Red Berry. HEX triplet: 72, 25 and 2A. RGB value is (114,37,42). Sum of RGB (Red+Green+Blue) = 114+37+42=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #72252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72252A is #8DDAD5. Grayscale: #3C3C3C. Windows color (decimal): -9296598 or 2762098. OLE color: 2762098.

HSL color Cylindrical-coordinate representation of color #72252A: hue angle of 356.1º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72252A is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB1143742-
CMYK00.680.630.55
HSL356.1º50.99%29.61%-
HSV(B)356.1º67.54%44.71%-
XYZ8.025.072.75-
YUV60.59117.51166.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.07%
GREEN value IS 37 (14.84% from 255) = 19.17%
BLUE value IS 42 (16.80% from 255) = 21.76%
R=59.07%
G=19.17%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114374200.680.630.55356.150.9929.61
Hex72252A0443F37164331e
Octal1624552010477675446336
Binary11100101001011010100100010011111111011110110010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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