Html Css Color HEX #40081B Bordeaux

📋 copy color: '#40081B'

red 64 ◦ green 8 ◦ blue 27

#40081B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #40081B

Tints of Bordeaux #40081B

RGB

 RED value IS 64 (25.39% from 255) = 64.65%

 GREEN value IS 8 (3.52% from 255) = 8.08%

 BLUE value IS 27 (10.94% from 255) = 27.27%

R = 64.65%
G = 8.08%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#40081B (or 0x40081B) is known color: Bordeaux. HEX triplet: 40, 08 and 1B. RGB value is (64,8,27). Sum of RGB (Red+Green+Blue) = 64+8+27=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #40081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40081B is #BFF7E4. Grayscale: #1A1A1A. Windows color (decimal): -12580837 or 1771584. OLE color: 1771584.

HSL color Cylindrical-coordinate representation of color #40081B: hue angle of 339.64º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40081B is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 8 27 -
CMYK 0 0.87 0.58 0.75
HSL 339.64º 0.78% 0.14% -
HSV(B) 339.64º 0.88% 0.25% -
XYZ 2.4 1.34 1.17 -
YUV 26.91 128.05 154.46 -
System Red Green Blue C M Y K H S L
Decimal 64 8 27 0 0.87 0.58 0.75 339.64 0.78 0.14
Hex 40 8 1B 0 57 3A 4B 154 4E E
Octal 100 10 33 0 127 72 113 524 116 16
Binary 1000000 1000 11011 0 1010111 111010 1001011 101010100 1001110 1110

Color Harmonies of #40081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40081B

Black with #40081B

Text Example


Text Example

White with #40081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40081B; }

 p { color: rgb(64,8,27); }

 H1.HeaderClassName
 {
   color: #40081B;
 }
 .AnyTagClassName
 {
   color: #40081B;
 }
</style>

background-color css

<style>
 a { background-color: #40081B; }

 a { background-color: rgb(64,8,27); }

 div.DivClassName
 {
   background-color: #40081B;
 }
 .BgClassName
 {
   background-color: #40081B;
 }
</style>

border-color css

<style>
 span { border-color: #40081B; }

 span { border-color: rgb(64,8,27); }

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