#4B0D21

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

Shades of Bordeaux #4B0D21

Tints of Bordeaux #4B0D21

Color information

#4B0D21 (or 0x4B0D21) is unknown color: approx Bordeaux. HEX triplet: 4B, 0D and 21. RGB value is (75,13,33). Sum of RGB (Red+Green+Blue) = 75+13+33=121 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.98% from 121); Green value is 13 (5.47% from 255 or 10.74% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0D21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0D21 is #B4F2DE. Grayscale: #212121. Windows color (decimal): -11858655 or 2166091. OLE color: 2166091.

HSL color Cylindrical-coordinate representation of color #4B0D21: hue angle of 340.65º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4B0D21 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB751333-
CMYK00.830.560.71
HSL340.65º70.45%17.25%-
HSV(B)340.65º82.67%29.41%-
XYZ3.321.891.63-
YUV33.82127.54157.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 61.98%
GREEN value IS 13 (5.47% from 255) = 10.74%
BLUE value IS 33 (13.28% from 255) = 27.27%
R=61.98%
G=10.74%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75133300.830.560.71340.6570.4517.25
Hex4BD2105338471554611
Octal113154101237010752510621
Binary10010111101100001010100111110001000111101010101100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,13,33); }

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

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

 a { background-color: rgb(75,13,33); }

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

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

 span { border-color: rgb(75,13,33); }

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