#72101B

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

Shades of Red Berry #72101B

Tints of Red Berry #72101B

Color information

#72101B (or 0x72101B) is unknown color: approx Red Berry. HEX triplet: 72, 10 and 1B. RGB value is (114,16,27). Sum of RGB (Red+Green+Blue) = 114+16+27=157 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.61% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 114 - color contains mainly: red. Hex color #72101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72101B is #8DEFE4. Grayscale: #2E2E2E. Windows color (decimal): -9301989 or 1773682. OLE color: 1773682.

HSL color Cylindrical-coordinate representation of color #72101B: hue angle of 353.27º 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 #72101B is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB1141627-
CMYK00.860.760.55
HSL353.27º75.38%25.49%-
HSV(B)353.27º85.96%44.71%-
XYZ7.324.031.43-
YUV46.56116.97176.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 72.61%
GREEN value IS 16 (6.64% from 255) = 10.19%
BLUE value IS 27 (10.94% from 255) = 17.20%
R=72.61%
G=10.19%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114162700.860.760.55353.2775.3825.49
Hex72101B0564C371614b19
Octal162203301261146754111331
Binary11100101000011011010101101001100110111101100001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72101B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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