#4B0D1D

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

Shades of Bordeaux #4B0D1D

Tints of Bordeaux #4B0D1D

Color information

#4B0D1D (or 0x4B0D1D) is unknown color: approx Bordeaux. HEX triplet: 4B, 0D and 1D. RGB value is (75,13,29). Sum of RGB (Red+Green+Blue) = 75+13+29=117 (15% of max value = 765). Red value is 75 (29.69% from 255 or 64.10% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0D1D is #B4F2E2. Grayscale: #212121. Windows color (decimal): -11858659 or 1903947. OLE color: 1903947.

HSL color Cylindrical-coordinate representation of color #4B0D1D: hue angle of 344.52º 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 #4B0D1D is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.71.

Color convert

RGB751329-
CMYK00.830.610.71
HSL344.52º70.45%17.25%-
HSV(B)344.52º82.67%29.41%-
XYZ3.271.871.35-
YUV33.36125.54157.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 64.10%
GREEN value IS 13 (5.47% from 255) = 11.11%
BLUE value IS 29 (11.72% from 255) = 24.79%
R=64.10%
G=11.11%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.61
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75132900.830.610.71344.5270.4517.25
Hex4BD1D0533D471594611
Octal113153501237510753110621
Binary1001011110111101010100111111011000111101011001100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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