#721D2D

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

Shades of Red Berry #721D2D

Tints of Red Berry #721D2D

Color information

#721D2D (or 0x721D2D) is unknown color: approx Red Berry. HEX triplet: 72, 1D and 2D. RGB value is (114,29,45). Sum of RGB (Red+Green+Blue) = 114+29+45=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #721D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721D2D is #8DE2D2. Grayscale: #383838. Windows color (decimal): -9298643 or 2956658. OLE color: 2956658.

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

Color convert

RGB1142945-
CMYK00.750.610.55
HSL348.71º59.44%28.04%-
HSV(B)348.71º74.56%44.71%-
XYZ7.854.652.97-
YUV56.24121.66169.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.64%
GREEN value IS 29 (11.72% from 255) = 15.43%
BLUE value IS 45 (17.97% from 255) = 23.94%
R=60.64%
G=15.43%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114294500.750.610.55348.7159.4428.04
Hex721D2D04B3D3715d3b1c
Octal1623555011375675357334
Binary1110010111011011010100101111110111011110101110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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