#4B0F24

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

Shades of Bordeaux #4B0F24

Tints of Bordeaux #4B0F24

Color information

#4B0F24 (or 0x4B0F24) is unknown color: approx Bordeaux. HEX triplet: 4B, 0F and 24. RGB value is (75,15,36). Sum of RGB (Red+Green+Blue) = 75+15+36=126 (16% of max value = 765). Red value is 75 (29.69% from 255 or 59.52% from 126); Green value is 15 (6.25% from 255 or 11.90% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0F24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0F24 is #B4F0DB. Grayscale: #232323. Windows color (decimal): -11858140 or 2363211. OLE color: 2363211.

HSL color Cylindrical-coordinate representation of color #4B0F24: hue angle of 339º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B0F24 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB751536-
CMYK00.800.520.71
HSL339º66.67%17.65%-
HSV(B)339º80%29.41%-
XYZ3.391.961.87-
YUV35.33128.38156.29-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 59.52%
GREEN value IS 15 (6.25% from 255) = 11.90%
BLUE value IS 36 (14.45% from 255) = 28.57%
R=59.52%
G=11.90%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75153600.800.520.7133966.6717.65
Hex4BF2405034471534312
Octal113174401206410752310322
Binary10010111111100100010100001101001000111101010011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,15,36); }

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

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

 a { background-color: rgb(75,15,36); }

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

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

 span { border-color: rgb(75,15,36); }

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