Html Css Color HEX #40101F Bordeaux

📋 copy color: '#40101F'

red 64 ◦ green 16 ◦ blue 31

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

Shades of Bordeaux #40101F

Tints of Bordeaux #40101F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 27.93%

R = 57.66%
G = 14.41%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#40101F (or 0x40101F) is known color: Bordeaux. HEX triplet: 40, 10 and 1F. RGB value is (64,16,31). Sum of RGB (Red+Green+Blue) = 64+16+31=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #40101F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40101F is #BFEFE0. Grayscale: #202020. Windows color (decimal): -12578785 or 2035776. OLE color: 2035776.

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

Color convert

RGB 64 16 31 -
CMYK 0 0.75 0.52 0.75
HSL 341.25º 0.6% 0.16% -
HSV(B) 341.25º 0.75% 0.25% -
XYZ 2.55 1.56 1.46 -
YUV 32.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 64 16 31 0 0.75 0.52 0.75 341.25 0.6 0.16
Hex 40 10 1F 0 4B 34 4B 155 3C 10
Octal 100 20 37 0 113 64 113 525 74 20
Binary 1000000 10000 11111 0 1001011 110100 1001011 101010101 111100 10000

Color Harmonies of #40101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40101F

Black with #40101F

Text Example


Text Example

White with #40101F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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