#72191A

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

Shades of Red Berry #72191A

Tints of Red Berry #72191A

Color information

#72191A (or 0x72191A) is unknown color: approx Red Berry. HEX triplet: 72, 19 and 1A. RGB value is (114,25,26). Sum of RGB (Red+Green+Blue) = 114+25+26=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #72191A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72191A is #8DE6E5. Grayscale: #333333. Windows color (decimal): -9299686 or 1710450. OLE color: 1710450.

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

Color convert

RGB1142526-
CMYK00.780.770.55
HSL359.33º64.03%27.25%-
HSV(B)359.33º78.07%44.71%-
XYZ7.474.351.42-
YUV51.72113.49172.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 69.09%
GREEN value IS 25 (10.16% from 255) = 15.15%
BLUE value IS 26 (10.55% from 255) = 15.76%
R=69.09%
G=15.15%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114252600.780.770.55359.3364.0327.25
Hex72191A04E4D37167401b
Octal162313201161156754710033
Binary11100101100111010010011101001101110111101100111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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