Html Css Color HEX #440D1F Bordeaux

📋 copy color: '#440D1F'

red 68 ◦ green 13 ◦ blue 31

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

Shades of Bordeaux #440D1F

Tints of Bordeaux #440D1F

RGB

 RED value IS 68 (26.95% from 255) = 60.71%

 GREEN value IS 13 (5.47% from 255) = 11.61%

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

R = 60.71%
G = 11.61%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#440D1F (or 0x440D1F) is known color: Bordeaux. HEX triplet: 44, 0D and 1F. RGB value is (68,13,31). Sum of RGB (Red+Green+Blue) = 68+13+31=112 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.71% from 112); Green value is 13 (5.47% from 255 or 11.61% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 68 - color contains mainly: red. Hex color #440D1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440D1F is #BBF2E0. Grayscale: #1F1F1F. Windows color (decimal): -12317409 or 2035012. OLE color: 2035012.

HSL color Cylindrical-coordinate representation of color #440D1F: hue angle of 340.36º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #440D1F is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 13 31 -
CMYK 0 0.81 0.54 0.73
HSL 340.36º 0.68% 0.16% -
HSV(B) 340.36º 0.81% 0.27% -
XYZ 2.78 1.62 1.46 -
YUV 31.5 127.72 154.04 -
System Red Green Blue C M Y K H S L
Decimal 68 13 31 0 0.81 0.54 0.73 340.36 0.68 0.16
Hex 44 D 1F 0 51 36 49 154 44 10
Octal 104 15 37 0 121 66 111 524 104 20
Binary 1000100 1101 11111 0 1010001 110110 1001001 101010100 1000100 10000

Color Harmonies of #440D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440D1F

Black with #440D1F

Text Example


Text Example

White with #440D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440D1F; }

 p { color: rgb(68,13,31); }

 H1.HeaderClassName
 {
   color: #440D1F;
 }
 .AnyTagClassName
 {
   color: #440D1F;
 }
</style>

background-color css

<style>
 a { background-color: #440D1F; }

 a { background-color: rgb(68,13,31); }

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

border-color css

<style>
 span { border-color: #440D1F; }

 span { border-color: rgb(68,13,31); }

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