Html Css Color HEX #40101D Bordeaux

📋 copy color: '#40101D'

red 64 ◦ green 16 ◦ blue 29

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

Shades of Bordeaux #40101D

Tints of Bordeaux #40101D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.68%

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

R = 58.72%
G = 14.68%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#40101D (or 0x40101D) is known color: Bordeaux. HEX triplet: 40, 10 and 1D. RGB value is (64,16,29). Sum of RGB (Red+Green+Blue) = 64+16+29=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #40101D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40101D is #BFEFE2. Grayscale: #1F1F1F. Windows color (decimal): -12578787 or 1904704. OLE color: 1904704.

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

Color convert

RGB 64 16 29 -
CMYK 0 0.75 0.55 0.75
HSL 343.75º 0.6% 0.16% -
HSV(B) 343.75º 0.75% 0.25% -
XYZ 2.52 1.55 1.33 -
YUV 31.83 126.4 150.94 -
System Red Green Blue C M Y K H S L
Decimal 64 16 29 0 0.75 0.55 0.75 343.75 0.6 0.16
Hex 40 10 1D 0 4B 37 4B 158 3C 10
Octal 100 20 35 0 113 67 113 530 74 20
Binary 1000000 10000 11101 0 1001011 110111 1001011 101011000 111100 10000

Color Harmonies of #40101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40101D

Black with #40101D

Text Example


Text Example

White with #40101D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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