#721B2A

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

Shades of Red Berry #721B2A

Tints of Red Berry #721B2A

Color information

#721B2A (or 0x721B2A) is unknown color: approx Red Berry. HEX triplet: 72, 1B and 2A. RGB value is (114,27,42). Sum of RGB (Red+Green+Blue) = 114+27+42=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 27 (10.94% from 255 or 14.75% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #721B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721B2A is #8DE4D5. Grayscale: #363636. Windows color (decimal): -9299158 or 2759538. OLE color: 2759538.

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

Color convert

RGB1142742-
CMYK00.760.630.55
HSL349.66º61.7%27.65%-
HSV(B)349.66º76.32%44.71%-
XYZ7.754.532.66-
YUV54.72120.82170.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.30%
GREEN value IS 27 (10.94% from 255) = 14.75%
BLUE value IS 42 (16.80% from 255) = 22.95%
R=62.30%
G=14.75%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114274200.760.630.55349.6661.727.65
Hex721B2A04C3F3715e3e1c
Octal1623352011477675367634
Binary1110010110111010100100110011111111011110101111011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,27,42); }

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

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

 a { background-color: rgb(114,27,42); }

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

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

 span { border-color: rgb(114,27,42); }

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