Html Css Color HEX #400A1C Bordeaux

📋 copy color: '#400A1C'

red 64 ◦ green 10 ◦ blue 28

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

Shades of Bordeaux #400A1C

Tints of Bordeaux #400A1C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.8%

 BLUE value IS 28 (11.33% from 255) = 27.45%

R = 62.75%
G = 9.8%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#400A1C (or 0x400A1C) is known color: Bordeaux. HEX triplet: 40, 0A and 1C. RGB value is (64,10,28). Sum of RGB (Red+Green+Blue) = 64+10+28=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #400A1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400A1C is #BFF5E3. Grayscale: #1C1C1C. Windows color (decimal): -12580324 or 1837632. OLE color: 1837632.

HSL color Cylindrical-coordinate representation of color #400A1C: hue angle of 340º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #400A1C is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 10 28 -
CMYK 0 0.84 0.56 0.75
HSL 340º 0.73% 0.15% -
HSV(B) 340º 0.84% 0.25% -
XYZ 2.43 1.39 1.24 -
YUV 28.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 64 10 28 0 0.84 0.56 0.75 340 0.73 0.15
Hex 40 A 1C 0 54 38 4B 154 49 F
Octal 100 12 34 0 124 70 113 524 111 17
Binary 1000000 1010 11100 0 1010100 111000 1001011 101010100 1001001 1111

Color Harmonies of #400A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400A1C

Black with #400A1C

Text Example


Text Example

White with #400A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400A1C; }

 p { color: rgb(64,10,28); }

 H1.HeaderClassName
 {
   color: #400A1C;
 }
 .AnyTagClassName
 {
   color: #400A1C;
 }
</style>

background-color css

<style>
 a { background-color: #400A1C; }

 a { background-color: rgb(64,10,28); }

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

border-color css

<style>
 span { border-color: #400A1C; }

 span { border-color: rgb(64,10,28); }

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