#73232B

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

Shades of Red Berry #73232B

Tints of Red Berry #73232B

Color information

#73232B (or 0x73232B) is unknown color: approx Red Berry. HEX triplet: 73, 23 and 2B. RGB value is (115,35,43). Sum of RGB (Red+Green+Blue) = 115+35+43=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #73232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73232B is #8CDCD4. Grayscale: #3B3B3B. Windows color (decimal): -9231573 or 2827123. OLE color: 2827123.

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

Color convert

RGB1153543-
CMYK00.700.630.55
HSL354º53.33%29.41%-
HSV(B)354º69.57%45.1%-
XYZ8.115.022.83-
YUV59.83118.5167.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.59%
GREEN value IS 35 (14.06% from 255) = 18.13%
BLUE value IS 43 (17.19% from 255) = 22.28%
R=59.59%
G=18.13%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115354300.700.630.5535453.3329.41
Hex73232B0463F37162351d
Octal1634353010677675426535
Binary11100111000111010110100011011111111011110110001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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