#4B051D

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

Shades of Bordeaux #4B051D

Tints of Bordeaux #4B051D

Color information

#4B051D (or 0x4B051D) is unknown color: approx Bordeaux. HEX triplet: 4B, 05 and 1D. RGB value is (75,5,29). Sum of RGB (Red+Green+Blue) = 75+5+29=109 (14% of max value = 765). Red value is 75 (29.69% from 255 or 68.81% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 75 - color contains mainly: red. Hex color #4B051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B051D is #B4FAE2. Grayscale: #1C1C1C. Windows color (decimal): -11860707 or 1901899. OLE color: 1901899.

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

Color convert

RGB75529-
CMYK00.930.610.71
HSL339.43º87.5%15.69%-
HSV(B)339.43º93.33%29.41%-
XYZ3.181.691.32-
YUV28.67128.19161.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 68.81%
GREEN value IS 5 (2.34% from 255) = 4.59%
BLUE value IS 29 (11.72% from 255) = 26.61%
R=68.81%
G=4.59%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7552900.930.610.71339.4387.515.69
Hex4B51D05D3D471535810
Octal11353501357510752313020
Binary100101110111101010111011111011000111101010011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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