#4B131C

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

Shades of Bordeaux #4B131C

Tints of Bordeaux #4B131C

Color information

#4B131C (or 0x4B131C) is unknown color: approx Bordeaux. HEX triplet: 4B, 13 and 1C. RGB value is (75,19,28). Sum of RGB (Red+Green+Blue) = 75+19+28=122 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.48% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 75 - color contains mainly: red. Hex color #4B131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B131C is #B4ECE3. Grayscale: #242424. Windows color (decimal): -11857124 or 1839947. OLE color: 1839947.

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

Color convert

RGB751928-
CMYK00.750.630.71
HSL350.36º59.57%18.43%-
HSV(B)350.36º74.67%29.41%-
XYZ3.342.051.32-
YUV36.77123.05155.27-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 61.48%
GREEN value IS 19 (7.81% from 255) = 15.57%
BLUE value IS 28 (11.33% from 255) = 22.95%
R=61.48%
G=15.57%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75192800.750.630.71350.3659.5718.43
Hex4B131C04B3F4715e3c12
Octal11323340113771075367422
Binary1001011100111110001001011111111100011110101111011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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