#721E2B

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

Shades of Red Berry #721E2B

Tints of Red Berry #721E2B

Color information

#721E2B (or 0x721E2B) is unknown color: approx Red Berry. HEX triplet: 72, 1E and 2B. RGB value is (114,30,43). Sum of RGB (Red+Green+Blue) = 114+30+43=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #721E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E2B is #8DE1D4. Grayscale: #383838. Windows color (decimal): -9298389 or 2825842. OLE color: 2825842.

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

Color convert

RGB1143043-
CMYK00.740.620.55
HSL350.71º58.33%28.24%-
HSV(B)350.71º73.68%44.71%-
XYZ7.844.682.78-
YUV56.6120.33168.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.96%
GREEN value IS 30 (12.11% from 255) = 16.04%
BLUE value IS 43 (17.19% from 255) = 22.99%
R=60.96%
G=16.04%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114304300.740.620.55350.7158.3328.24
Hex721E2B04A3E3715f3a1c
Octal1623653011276675377234
Binary1110010111101010110100101011111011011110101111111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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