#4B0820

Color #4B0820 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #4B0820

Tints of Bordeaux #4B0820

Color information

#4B0820 (or 0x4B0820) is unknown color: approx Bordeaux. HEX triplet: 4B, 08 and 20. RGB value is (75,8,32). Sum of RGB (Red+Green+Blue) = 75+8+32=115 (15% of max value = 765). Red value is 75 (29.69% from 255 or 65.22% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0820 is #B4F7DF. Grayscale: #1E1E1E. Windows color (decimal): -11859936 or 2099275. OLE color: 2099275.

HSL color Cylindrical-coordinate representation of color #4B0820: hue angle of 338.51º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B0820 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB75832-
CMYK00.890.570.71
HSL338.51º80.72%16.27%-
HSV(B)338.51º89.33%29.41%-
XYZ3.251.771.54-
YUV30.77128.7159.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 65.22%
GREEN value IS 8 (3.52% from 255) = 6.96%
BLUE value IS 32 (12.89% from 255) = 27.83%
R=65.22%
G=6.96%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7583200.890.570.71338.5180.7216.27
Hex4B82005939471535110
Octal113104001317110752312120
Binary10010111000100000010110011110011000111101010011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B0820; }

 p { color: rgb(75,8,32); }

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

<style>
 a { background-color: #4B0820; }

 a { background-color: rgb(75,8,32); }

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

<style>
 span { border-color: #4B0820; }

 span { border-color: rgb(75,8,32); }

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