Html Css Color HEX #40091B Bordeaux

📋 copy color: '#40091B'

red 64 ◦ green 9 ◦ blue 27

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

Shades of Bordeaux #40091B

Tints of Bordeaux #40091B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9%

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

R = 64%
G = 9%
B = 27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#40091B (or 0x40091B) is known color: Bordeaux. HEX triplet: 40, 09 and 1B. RGB value is (64,9,27). Sum of RGB (Red+Green+Blue) = 64+9+27=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #40091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40091B is #BFF6E4. Grayscale: #1B1B1B. Windows color (decimal): -12580581 or 1771840. OLE color: 1771840.

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

Color convert

RGB 64 9 27 -
CMYK 0 0.86 0.58 0.75
HSL 340.36º 0.75% 0.14% -
HSV(B) 340.36º 0.86% 0.25% -
XYZ 2.41 1.36 1.17 -
YUV 27.5 127.72 154.04 -
System Red Green Blue C M Y K H S L
Decimal 64 9 27 0 0.86 0.58 0.75 340.36 0.75 0.14
Hex 40 9 1B 0 56 3A 4B 154 4B E
Octal 100 11 33 0 126 72 113 524 113 16
Binary 1000000 1001 11011 0 1010110 111010 1001011 101010100 1001011 1110

Color Harmonies of #40091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40091B

Black with #40091B

Text Example


Text Example

White with #40091B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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