#4B0E1C

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

Shades of Bordeaux #4B0E1C

Tints of Bordeaux #4B0E1C

Color information

#4B0E1C (or 0x4B0E1C) is unknown color: approx Bordeaux. HEX triplet: 4B, 0E and 1C. RGB value is (75,14,28). Sum of RGB (Red+Green+Blue) = 75+14+28=117 (15% of max value = 765). Red value is 75 (29.69% from 255 or 64.10% from 117); Green value is 14 (5.86% from 255 or 11.97% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0E1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0E1C is #B4F1E3. Grayscale: #212121. Windows color (decimal): -11858404 or 1838667. OLE color: 1838667.

HSL color Cylindrical-coordinate representation of color #4B0E1C: hue angle of 346.23º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B0E1C is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB751428-
CMYK00.810.630.71
HSL346.23º68.54%17.45%-
HSV(B)346.23º81.33%29.41%-
XYZ3.271.891.29-
YUV33.84124.71157.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 64.10%
GREEN value IS 14 (5.86% from 255) = 11.97%
BLUE value IS 28 (11.33% from 255) = 23.93%
R=64.10%
G=11.97%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75142800.810.630.71346.2368.5417.45
Hex4BE1C0513F4715a4511
Octal113163401217710753210521
Binary1001011111011100010100011111111000111101011010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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