#4B0C15

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

Shades of Bordeaux #4B0C15

Tints of Bordeaux #4B0C15

Color information

#4B0C15 (or 0x4B0C15) is unknown color: approx Bordeaux. HEX triplet: 4B, 0C and 15. RGB value is (75,12,21). Sum of RGB (Red+Green+Blue) = 75+12+21=108 (14% of max value = 765). Red value is 75 (29.69% from 255 or 69.44% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0C15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0C15 is #B4F3EA. Grayscale: #1F1F1F. Windows color (decimal): -11858923 or 1379403. OLE color: 1379403.

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

Color convert

RGB751221-
CMYK00.840.720.71
HSL351.43º72.41%17.06%-
HSV(B)351.43º84%29.41%-
XYZ3.171.810.89-
YUV31.86121.87158.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 69.44%
GREEN value IS 12 (5.08% from 255) = 11.11%
BLUE value IS 21 (8.59% from 255) = 19.44%
R=69.44%
G=11.11%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.72
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75122100.840.720.71351.4372.4117.06
Hex4BC15054484715f4811
Octal1131425012411010753711021
Binary10010111100101010101010010010001000111101011111100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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