#721D1E

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

Shades of Red Berry #721D1E

Tints of Red Berry #721D1E

Color information

#721D1E (or 0x721D1E) is unknown color: approx Red Berry. HEX triplet: 72, 1D and 1E. RGB value is (114,29,30). Sum of RGB (Red+Green+Blue) = 114+29+30=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #721D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721D1E is #8DE2E1. Grayscale: #363636. Windows color (decimal): -9298658 or 1973618. OLE color: 1973618.

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

Color convert

RGB1142930-
CMYK00.750.740.55
HSL359.29º59.44%28.04%-
HSV(B)359.29º74.56%44.71%-
XYZ7.614.551.71-
YUV54.53114.16170.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.90%
GREEN value IS 29 (11.72% from 255) = 16.76%
BLUE value IS 30 (12.11% from 255) = 17.34%
R=65.90%
G=16.76%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114293000.750.740.55359.2959.4428.04
Hex721D1E04B4A371673b1c
Octal16235360113112675477334
Binary1110010111011111001001011100101011011110110011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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