#72191B

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

Shades of Red Berry #72191B

Tints of Red Berry #72191B

Color information

#72191B (or 0x72191B) is unknown color: approx Red Berry. HEX triplet: 72, 19 and 1B. RGB value is (114,25,27). Sum of RGB (Red+Green+Blue) = 114+25+27=166 (21% of max value = 765). Red value is 114 (44.92% from 255 or 68.67% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 114 - color contains mainly: red. Hex color #72191B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72191B is #8DE6E4. Grayscale: #333333. Windows color (decimal): -9299685 or 1775986. OLE color: 1775986.

HSL color Cylindrical-coordinate representation of color #72191B: hue angle of 358.65º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72191B is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB1142527-
CMYK00.780.760.55
HSL358.65º64.03%27.25%-
HSV(B)358.65º78.07%44.71%-
XYZ7.484.351.48-
YUV51.84113.99172.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 68.67%
GREEN value IS 25 (10.16% from 255) = 15.06%
BLUE value IS 27 (10.94% from 255) = 16.27%
R=68.67%
G=15.06%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114252700.780.760.55358.6564.0327.25
Hex72191B04E4C37167401b
Octal162313301161146754710033
Binary11100101100111011010011101001100110111101100111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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