#40051A

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

Shades of Bordeaux #40051A

Tints of Bordeaux #40051A

Color information

#40051A (or 0x40051A) is unknown color: approx Bordeaux. HEX triplet: 40, 05 and 1A. RGB value is (64,5,26). Sum of RGB (Red+Green+Blue) = 64+5+26=95 (12% of max value = 765). Red value is 64 (25.39% from 255 or 67.37% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 64 - color contains mainly: red. Hex color #40051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40051A is #BFFAE5. Grayscale: #191919. Windows color (decimal): -12581606 or 1705280. OLE color: 1705280.

HSL color Cylindrical-coordinate representation of color #40051A: hue angle of 338.64º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40051A is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB64526-
CMYK00.920.590.75
HSL338.64º85.51%13.53%-
HSV(B)338.64º92.19%25.1%-
XYZ2.361.271.1-
YUV25.03128.55155.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 67.37%
GREEN value IS 5 (2.34% from 255) = 5.26%
BLUE value IS 26 (10.55% from 255) = 27.37%
R=67.37%
G=5.26%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6452600.920.590.75338.6485.5113.53
Hex4051A05C3B4B15356e
Octal10053201347311352312616
Binary10000001011101001011100111011100101110101001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40051A; }

 p { color: rgb(64,5,26); }

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

<style>
 a { background-color: #40051A; }

 a { background-color: rgb(64,5,26); }

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

<style>
 span { border-color: #40051A; }

 span { border-color: rgb(64,5,26); }

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