#721B1C

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

Shades of Red Berry #721B1C

Tints of Red Berry #721B1C

Color information

#721B1C (or 0x721B1C) is unknown color: approx Red Berry. HEX triplet: 72, 1B and 1C. RGB value is (114,27,28). Sum of RGB (Red+Green+Blue) = 114+27+28=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 27 (10.94% from 255 or 15.98% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #721B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721B1C is #8DE4E3. Grayscale: #353535. Windows color (decimal): -9299172 or 1842034. OLE color: 1842034.

HSL color Cylindrical-coordinate representation of color #721B1C: hue angle of 359.31º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #721B1C is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1142728-
CMYK00.760.750.55
HSL359.31º61.7%27.65%-
HSV(B)359.31º76.32%44.71%-
XYZ7.544.451.56-
YUV53.13113.82171.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.46%
GREEN value IS 27 (10.94% from 255) = 15.98%
BLUE value IS 28 (11.33% from 255) = 16.57%
R=67.46%
G=15.98%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114272800.760.750.55359.3161.727.65
Hex721B1C04C4B371673e1c
Octal16233340114113675477634
Binary1110010110111110001001100100101111011110110011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721B1C; }

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

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

<style>
 a { background-color: #721B1C; }

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

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

<style>
 span { border-color: #721B1C; }

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

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