#72172A

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

Shades of Red Berry #72172A

Tints of Red Berry #72172A

Color information

#72172A (or 0x72172A) is unknown color: approx Red Berry. HEX triplet: 72, 17 and 2A. RGB value is (114,23,42). Sum of RGB (Red+Green+Blue) = 114+23+42=179 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.69% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 114 - color contains mainly: red. Hex color #72172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72172A is #8DE8D5. Grayscale: #343434. Windows color (decimal): -9300182 or 2758514. OLE color: 2758514.

HSL color Cylindrical-coordinate representation of color #72172A: hue angle of 347.47º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72172A is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB1142342-
CMYK00.800.630.55
HSL347.47º66.42%26.86%-
HSV(B)347.47º79.82%44.71%-
XYZ7.664.362.63-
YUV52.38122.15171.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 63.69%
GREEN value IS 23 (9.38% from 255) = 12.85%
BLUE value IS 42 (16.80% from 255) = 23.46%
R=63.69%
G=12.85%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114234200.800.630.55347.4766.4226.86
Hex72172A0503F3715b421b
Octal16227520120776753310233
Binary11100101011110101001010000111111110111101011011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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