#72101C

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

Shades of Red Berry #72101C

Tints of Red Berry #72101C

Color information

#72101C (or 0x72101C) is unknown color: approx Red Berry. HEX triplet: 72, 10 and 1C. RGB value is (114,16,28). Sum of RGB (Red+Green+Blue) = 114+16+28=158 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.15% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 114 - color contains mainly: red. Hex color #72101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72101C is #8DEFE3. Grayscale: #2E2E2E. Windows color (decimal): -9301988 or 1839218. OLE color: 1839218.

HSL color Cylindrical-coordinate representation of color #72101C: hue angle of 352.65º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #72101C is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1141628-
CMYK00.860.750.55
HSL352.65º75.38%25.49%-
HSV(B)352.65º85.96%44.71%-
XYZ7.334.031.49-
YUV46.67117.47176.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 72.15%
GREEN value IS 16 (6.64% from 255) = 10.13%
BLUE value IS 28 (11.33% from 255) = 17.72%
R=72.15%
G=10.13%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114162800.860.750.55352.6575.3825.49
Hex72101C0564B371614b19
Octal162203401261136754111331
Binary11100101000011100010101101001011110111101100001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72101C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72101C; }

 p { color: rgb(114,16,28); }

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

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

 a { background-color: rgb(114,16,28); }

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

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

 span { border-color: rgb(114,16,28); }

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