#4B091D

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

Shades of Bordeaux #4B091D

Tints of Bordeaux #4B091D

Color information

#4B091D (or 0x4B091D) is unknown color: approx Bordeaux. HEX triplet: 4B, 09 and 1D. RGB value is (75,9,29). Sum of RGB (Red+Green+Blue) = 75+9+29=113 (14% of max value = 765). Red value is 75 (29.69% from 255 or 66.37% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 75 - color contains mainly: red. Hex color #4B091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B091D is #B4F6E2. Grayscale: #1F1F1F. Windows color (decimal): -11859683 or 1902923. OLE color: 1902923.

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

Color convert

RGB75929-
CMYK00.880.610.71
HSL341.82º78.57%16.47%-
HSV(B)341.82º88%29.41%-
XYZ3.221.781.34-
YUV31.01126.87159.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 66.37%
GREEN value IS 9 (3.91% from 255) = 7.96%
BLUE value IS 29 (11.72% from 255) = 25.66%
R=66.37%
G=7.96%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.61
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7592900.880.610.71341.8278.5716.47
Hex4B91D0583D471564f10
Octal113113501307510752611720
Binary1001011100111101010110001111011000111101010110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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