#72101A

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

Shades of Red Berry #72101A

Tints of Red Berry #72101A

Color information

#72101A (or 0x72101A) is unknown color: approx Red Berry. HEX triplet: 72, 10 and 1A. RGB value is (114,16,26). Sum of RGB (Red+Green+Blue) = 114+16+26=156 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.08% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 114 - color contains mainly: red. Hex color #72101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72101A is #8DEFE5. Grayscale: #2E2E2E. Windows color (decimal): -9301990 or 1708146. OLE color: 1708146.

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

Color convert

RGB1141626-
CMYK00.860.770.55
HSL353.88º75.38%25.49%-
HSV(B)353.88º85.96%44.71%-
XYZ7.314.021.37-
YUV46.44116.47176.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 73.08%
GREEN value IS 16 (6.64% from 255) = 10.26%
BLUE value IS 26 (10.55% from 255) = 16.67%
R=73.08%
G=10.26%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114162600.860.770.55353.8875.3825.49
Hex72101A0564D371624b19
Octal162203201261156754211331
Binary11100101000011010010101101001101110111101100010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72101A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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