#4B131E

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

Shades of Bordeaux #4B131E

Tints of Bordeaux #4B131E

Color information

#4B131E (or 0x4B131E) is unknown color: approx Bordeaux. HEX triplet: 4B, 13 and 1E. RGB value is (75,19,30). Sum of RGB (Red+Green+Blue) = 75+19+30=124 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60.48% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 75 - color contains mainly: red. Hex color #4B131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B131E is #B4ECE1. Grayscale: #252525. Windows color (decimal): -11857122 or 1971019. OLE color: 1971019.

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

Color convert

RGB751930-
CMYK00.750.600.71
HSL348.21º59.57%18.43%-
HSV(B)348.21º74.67%29.41%-
XYZ3.372.061.45-
YUV37124.05155.11-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 60.48%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 30 (12.11% from 255) = 24.19%
R=60.48%
G=15.32%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75193000.750.600.71348.2159.5718.43
Hex4B131E04B3C4715c3c12
Octal11323360113741075347422
Binary1001011100111111001001011111100100011110101110011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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