#720F1B

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

Shades of Red Berry #720F1B

Tints of Red Berry #720F1B

Color information

#720F1B (or 0x720F1B) is unknown color: approx Red Berry. HEX triplet: 72, 0F and 1B. RGB value is (114,15,27). Sum of RGB (Red+Green+Blue) = 114+15+27=156 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.08% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 114 - color contains mainly: red. Hex color #720F1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720F1B is #8DF0E4. Grayscale: #2E2E2E. Windows color (decimal): -9302245 or 1773426. OLE color: 1773426.

HSL color Cylindrical-coordinate representation of color #720F1B: hue angle of 352.73º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #720F1B is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB1141527-
CMYK00.870.760.55
HSL352.73º76.74%25.29%-
HSV(B)352.73º86.84%44.71%-
XYZ7.3141.42-
YUV45.97117.3176.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 73.08%
GREEN value IS 15 (6.25% from 255) = 9.62%
BLUE value IS 27 (10.94% from 255) = 17.31%
R=73.08%
G=9.62%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114152700.870.760.55352.7376.7425.29
Hex72F1B0574C371614d19
Octal162173301271146754111531
Binary1110010111111011010101111001100110111101100001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720F1B; }

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

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

<style>
 a { background-color: #720F1B; }

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

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

<style>
 span { border-color: #720F1B; }

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

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