#721D2B

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

Shades of Red Berry #721D2B

Tints of Red Berry #721D2B

Color information

#721D2B (or 0x721D2B) is unknown color: approx Red Berry. HEX triplet: 72, 1D and 2B. RGB value is (114,29,43). Sum of RGB (Red+Green+Blue) = 114+29+43=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #721D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721D2B is #8DE2D4. Grayscale: #383838. Windows color (decimal): -9298645 or 2825586. OLE color: 2825586.

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

Color convert

RGB1142943-
CMYK00.750.620.55
HSL350.12º59.44%28.04%-
HSV(B)350.12º74.56%44.71%-
XYZ7.814.632.77-
YUV56.01120.66169.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.29%
GREEN value IS 29 (11.72% from 255) = 15.59%
BLUE value IS 43 (17.19% from 255) = 23.12%
R=61.29%
G=15.59%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114294300.750.620.55350.1259.4428.04
Hex721D2B04B3E3715e3b1c
Octal1623553011376675367334
Binary1110010111011010110100101111111011011110101111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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