Html Css Color HEX #400C1D Bordeaux

📋 copy color: '#400C1D'

red 64 ◦ green 12 ◦ blue 29

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

Shades of Bordeaux #400C1D

Tints of Bordeaux #400C1D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.43%

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

R = 60.95%
G = 11.43%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#400C1D (or 0x400C1D) is known color: Bordeaux. HEX triplet: 40, 0C and 1D. RGB value is (64,12,29). Sum of RGB (Red+Green+Blue) = 64+12+29=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #400C1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C1D is #BFF3E2. Grayscale: #1D1D1D. Windows color (decimal): -12579811 or 1903680. OLE color: 1903680.

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

Color convert

RGB 64 12 29 -
CMYK 0 0.81 0.55 0.75
HSL 340.38º 0.68% 0.15% -
HSV(B) 340.38º 0.81% 0.25% -
XYZ 2.47 1.44 1.31 -
YUV 29.49 127.73 152.62 -
System Red Green Blue C M Y K H S L
Decimal 64 12 29 0 0.81 0.55 0.75 340.38 0.68 0.15
Hex 40 C 1D 0 51 37 4B 154 44 F
Octal 100 14 35 0 121 67 113 524 104 17
Binary 1000000 1100 11101 0 1010001 110111 1001011 101010100 1000100 1111

Color Harmonies of #400C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400C1D

Black with #400C1D

Text Example


Text Example

White with #400C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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