#721E1F

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

Shades of Red Berry #721E1F

Tints of Red Berry #721E1F

Color information

#721E1F (or 0x721E1F) is unknown color: approx Red Berry. HEX triplet: 72, 1E and 1F. RGB value is (114,30,31). Sum of RGB (Red+Green+Blue) = 114+30+31=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #721E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E1F is #8DE1E0. Grayscale: #373737. Windows color (decimal): -9298401 or 2039410. OLE color: 2039410.

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

Color convert

RGB1143031-
CMYK00.740.730.55
HSL359.29º58.33%28.24%-
HSV(B)359.29º73.68%44.71%-
XYZ7.654.61.78-
YUV55.23114.33169.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.14%
GREEN value IS 30 (12.11% from 255) = 17.14%
BLUE value IS 31 (12.5% from 255) = 17.71%
R=65.14%
G=17.14%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114303100.740.730.55359.2958.3328.24
Hex721E1F04A49371673a1c
Octal16236370112111675477234
Binary1110010111101111101001010100100111011110110011111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,30,31); }

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

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

 a { background-color: rgb(114,30,31); }

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

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

 span { border-color: rgb(114,30,31); }

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