#73212B

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

Shades of Red Berry #73212B

Tints of Red Berry #73212B

Color information

#73212B (or 0x73212B) is unknown color: approx Red Berry. HEX triplet: 73, 21 and 2B. RGB value is (115,33,43). Sum of RGB (Red+Green+Blue) = 115+33+43=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #73212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73212B is #8CDED4. Grayscale: #3A3A3A. Windows color (decimal): -9232085 or 2826611. OLE color: 2826611.

HSL color Cylindrical-coordinate representation of color #73212B: hue angle of 352.68º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73212B is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB1153343-
CMYK00.710.630.55
HSL352.68º55.41%29.02%-
HSV(B)352.68º71.3%45.1%-
XYZ8.054.912.81-
YUV58.66119.17168.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.21%
GREEN value IS 33 (13.28% from 255) = 17.28%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=60.21%
G=17.28%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115334300.710.630.55352.6855.4129.02
Hex73212B0473F37161371d
Octal1634153010777675416735
Binary11100111000011010110100011111111111011110110000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73212B; }

 p { color: rgb(115,33,43); }

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

<style>
 a { background-color: #73212B; }

 a { background-color: rgb(115,33,43); }

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

<style>
 span { border-color: #73212B; }

 span { border-color: rgb(115,33,43); }

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