#4B101E

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

Shades of Bordeaux #4B101E

Tints of Bordeaux #4B101E

Color information

#4B101E (or 0x4B101E) is unknown color: approx Bordeaux. HEX triplet: 4B, 10 and 1E. RGB value is (75,16,30). Sum of RGB (Red+Green+Blue) = 75+16+30=121 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.98% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 75 - color contains mainly: red. Hex color #4B101E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B101E is #B4EFE1. Grayscale: #232323. Windows color (decimal): -11857890 or 1970251. OLE color: 1970251.

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

Color convert

RGB751630-
CMYK00.790.600.71
HSL345.76º64.84%17.84%-
HSV(B)345.76º78.67%29.41%-
XYZ3.321.961.43-
YUV35.24125.05156.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 61.98%
GREEN value IS 16 (6.64% from 255) = 13.22%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=61.98%
G=13.22%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75163000.790.600.71345.7664.8417.84
Hex4B101E04F3C4715a4112
Octal113203601177410753210122
Binary10010111000011110010011111111001000111101011010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,16,30); }

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

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

 a { background-color: rgb(75,16,30); }

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

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

 span { border-color: rgb(75,16,30); }

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