#4B0D15

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

Shades of Bordeaux #4B0D15

Tints of Bordeaux #4B0D15

Color information

#4B0D15 (or 0x4B0D15) is unknown color: approx Bordeaux. HEX triplet: 4B, 0D and 15. RGB value is (75,13,21). Sum of RGB (Red+Green+Blue) = 75+13+21=109 (14% of max value = 765). Red value is 75 (29.69% from 255 or 68.81% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0D15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0D15 is #B4F2EA. Grayscale: #202020. Windows color (decimal): -11858667 or 1379659. OLE color: 1379659.

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

Color convert

RGB751321-
CMYK00.830.720.71
HSL352.26º70.45%17.25%-
HSV(B)352.26º82.67%29.41%-
XYZ3.181.840.9-
YUV32.45121.54158.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 68.81%
GREEN value IS 13 (5.47% from 255) = 11.93%
BLUE value IS 21 (8.59% from 255) = 19.27%
R=68.81%
G=11.93%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.72
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75132100.830.720.71352.2670.4517.25
Hex4BD1505348471604611
Octal1131525012311010754010621
Binary10010111101101010101001110010001000111101100000100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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