#4B051C

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

Shades of Bordeaux #4B051C

Tints of Bordeaux #4B051C

Color information

#4B051C (or 0x4B051C) is unknown color: approx Bordeaux. HEX triplet: 4B, 05 and 1C. RGB value is (75,5,28). Sum of RGB (Red+Green+Blue) = 75+5+28=108 (14% of max value = 765). Red value is 75 (29.69% from 255 or 69.44% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 75 - color contains mainly: red. Hex color #4B051C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B051C is #B4FAE3. Grayscale: #1C1C1C. Windows color (decimal): -11860708 or 1836363. OLE color: 1836363.

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

Color convert

RGB75528-
CMYK00.930.630.71
HSL340.29º87.5%15.69%-
HSV(B)340.29º93.33%29.41%-
XYZ3.171.691.26-
YUV28.55127.69161.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 69.44%
GREEN value IS 5 (2.34% from 255) = 4.63%
BLUE value IS 28 (11.33% from 255) = 25.93%
R=69.44%
G=4.63%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7552800.930.630.71340.2987.515.69
Hex4B51C05D3F471545810
Octal11353401357710752413020
Binary100101110111100010111011111111000111101010100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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