#4B151A

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

Shades of Bordeaux #4B151A

Tints of Bordeaux #4B151A

Color information

#4B151A (or 0x4B151A) is unknown color: approx Bordeaux. HEX triplet: 4B, 15 and 1A. RGB value is (75,21,26). Sum of RGB (Red+Green+Blue) = 75+21+26=122 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.48% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 75 - color contains mainly: red. Hex color #4B151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B151A is #B4EAE5. Grayscale: #252525. Windows color (decimal): -11856614 or 1709387. OLE color: 1709387.

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

Color convert

RGB752126-
CMYK00.720.650.71
HSL354.44º56.25%18.82%-
HSV(B)354.44º72%29.41%-
XYZ3.362.111.21-
YUV37.72121.39154.59-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 61.48%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 26 (10.55% from 255) = 21.31%
R=61.48%
G=17.21%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75212600.720.650.71354.4456.2518.82
Hex4B151A04841471623813
Octal113253201101011075427023
Binary10010111010111010010010001000001100011110110001011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,21,26); }

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

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

 a { background-color: rgb(75,21,26); }

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

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

 span { border-color: rgb(75,21,26); }

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