#4B0113

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

Shades of Bordeaux #4B0113

Tints of Bordeaux #4B0113

Color information

#4B0113 (or 0x4B0113) is unknown color: approx Bordeaux. HEX triplet: 4B, 01 and 13. RGB value is (75,1,19). Sum of RGB (Red+Green+Blue) = 75+1+19=95 (12% of max value = 765). Red value is 75 (29.69% from 255 or 78.95% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0113 is #B4FEEC. Grayscale: #191919. Windows color (decimal): -11861741 or 1245515. OLE color: 1245515.

HSL color Cylindrical-coordinate representation of color #4B0113: hue angle of 345.41º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B0113 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB75119-
CMYK00.990.750.71
HSL345.41º97.37%14.9%-
HSV(B)345.41º98.67%29.41%-
XYZ3.031.560.76-
YUV25.18124.52163.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 78.95%
GREEN value IS 1 (0.78% from 255) = 1.05%
BLUE value IS 19 (7.81% from 255) = 20%
R=78.95%
G=1.05%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7511900.990.750.71345.4197.3714.9
Hex4B1130634B4715961f
Octal113123014311310753114117
Binary1001011110011011000111001011100011110101100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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