Html Css Color HEX #40111D Bordeaux

📋 copy color: '#40111D'

red 64 ◦ green 17 ◦ blue 29

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

Shades of Bordeaux #40111D

Tints of Bordeaux #40111D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.45%

 BLUE value IS 29 (11.72% from 255) = 26.36%

R = 58.18%
G = 15.45%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#40111D (or 0x40111D) is known color: Bordeaux. HEX triplet: 40, 11 and 1D. RGB value is (64,17,29). Sum of RGB (Red+Green+Blue) = 64+17+29=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #40111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40111D is #BFEEE2. Grayscale: #202020. Windows color (decimal): -12578531 or 1904960. OLE color: 1904960.

HSL color Cylindrical-coordinate representation of color #40111D: hue angle of 344.68º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40111D is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 17 29 -
CMYK 0 0.73 0.55 0.75
HSL 344.68º 0.58% 0.16% -
HSV(B) 344.68º 0.73% 0.25% -
XYZ 2.54 1.58 1.33 -
YUV 32.42 126.07 150.52 -
System Red Green Blue C M Y K H S L
Decimal 64 17 29 0 0.73 0.55 0.75 344.68 0.58 0.16
Hex 40 11 1D 0 49 37 4B 159 3A 10
Octal 100 21 35 0 111 67 113 531 72 20
Binary 1000000 10001 11101 0 1001001 110111 1001011 101011001 111010 10000

Color Harmonies of #40111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40111D

Black with #40111D

Text Example


Text Example

White with #40111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40111D; }

 p { color: rgb(64,17,29); }

 H1.HeaderClassName
 {
   color: #40111D;
 }
 .AnyTagClassName
 {
   color: #40111D;
 }
</style>

background-color css

<style>
 a { background-color: #40111D; }

 a { background-color: rgb(64,17,29); }

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

border-color css

<style>
 span { border-color: #40111D; }

 span { border-color: rgb(64,17,29); }

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