#4B091C

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

Shades of Bordeaux #4B091C

Tints of Bordeaux #4B091C

Color information

#4B091C (or 0x4B091C) is unknown color: approx Bordeaux. HEX triplet: 4B, 09 and 1C. RGB value is (75,9,28). Sum of RGB (Red+Green+Blue) = 75+9+28=112 (14% of max value = 765). Red value is 75 (29.69% from 255 or 66.96% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 75 - color contains mainly: red. Hex color #4B091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B091C is #B4F6E3. Grayscale: #1E1E1E. Windows color (decimal): -11859684 or 1837387. OLE color: 1837387.

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

Color convert

RGB75928-
CMYK00.880.630.71
HSL342.73º78.57%16.47%-
HSV(B)342.73º88%29.41%-
XYZ3.211.781.27-
YUV30.9126.37159.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 66.96%
GREEN value IS 9 (3.91% from 255) = 8.04%
BLUE value IS 28 (11.33% from 255) = 25%
R=66.96%
G=8.04%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7592800.880.630.71342.7378.5716.47
Hex4B91C0583F471574f10
Octal113113401307710752711720
Binary1001011100111100010110001111111000111101010111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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