Html Css Color HEX #40101E Bordeaux

📋 copy color: '#40101E'

red 64 ◦ green 16 ◦ blue 30

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

Shades of Bordeaux #40101E

Tints of Bordeaux #40101E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 27.27%

R = 58.18%
G = 14.55%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.75

RGB Variations

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

Color information

#40101E (or 0x40101E) is known color: Bordeaux. HEX triplet: 40, 10 and 1E. RGB value is (64,16,30). Sum of RGB (Red+Green+Blue) = 64+16+30=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #40101E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40101E is #BFEFE1. Grayscale: #1F1F1F. Windows color (decimal): -12578786 or 1970240. OLE color: 1970240.

HSL color Cylindrical-coordinate representation of color #40101E: hue angle of 342.5º 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 #40101E is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 16 30 -
CMYK 0 0.75 0.53 0.75
HSL 342.5º 0.6% 0.16% -
HSV(B) 342.5º 0.75% 0.25% -
XYZ 2.53 1.55 1.39 -
YUV 31.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 64 16 30 0 0.75 0.53 0.75 342.5 0.6 0.16
Hex 40 10 1E 0 4B 35 4B 156 3C 10
Octal 100 20 36 0 113 65 113 526 74 20
Binary 1000000 10000 11110 0 1001011 110101 1001011 101010110 111100 10000

Color Harmonies of #40101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40101E

Black with #40101E

Text Example


Text Example

White with #40101E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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