#721D1F

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

Shades of Red Berry #721D1F

Tints of Red Berry #721D1F

Color information

#721D1F (or 0x721D1F) is unknown color: approx Red Berry. HEX triplet: 72, 1D and 1F. RGB value is (114,29,31). Sum of RGB (Red+Green+Blue) = 114+29+31=174 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.52% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 114 - color contains mainly: red. Hex color #721D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721D1F is #8DE2E0. Grayscale: #363636. Windows color (decimal): -9298657 or 2039154. OLE color: 2039154.

HSL color Cylindrical-coordinate representation of color #721D1F: hue angle of 358.59º 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 #721D1F is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB1142931-
CMYK00.750.730.55
HSL358.59º59.44%28.04%-
HSV(B)358.59º74.56%44.71%-
XYZ7.634.561.77-
YUV54.64114.66170.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.52%
GREEN value IS 29 (11.72% from 255) = 16.67%
BLUE value IS 31 (12.5% from 255) = 17.82%
R=65.52%
G=16.67%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114293100.750.730.55358.5959.4428.04
Hex721D1F04B49371673b1c
Octal16235370113111675477334
Binary1110010111011111101001011100100111011110110011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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