#72191C

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

Shades of Red Berry #72191C

Tints of Red Berry #72191C

Color information

#72191C (or 0x72191C) is unknown color: approx Red Berry. HEX triplet: 72, 19 and 1C. RGB value is (114,25,28). Sum of RGB (Red+Green+Blue) = 114+25+28=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #72191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72191C is #8DE6E3. Grayscale: #343434. Windows color (decimal): -9299684 or 1841522. OLE color: 1841522.

HSL color Cylindrical-coordinate representation of color #72191C: hue angle of 357.98º 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 #72191C is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1142528-
CMYK00.780.750.55
HSL357.98º64.03%27.25%-
HSV(B)357.98º78.07%44.71%-
XYZ7.54.361.54-
YUV51.95114.49172.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 68.26%
GREEN value IS 25 (10.16% from 255) = 14.97%
BLUE value IS 28 (11.33% from 255) = 16.77%
R=68.26%
G=14.97%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114252800.780.750.55357.9864.0327.25
Hex72191C04E4B37166401b
Octal162313401161136754610033
Binary11100101100111100010011101001011110111101100110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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