Html Css Color HEX #440E1D Bordeaux

📋 copy color: '#440E1D'

red 68 ◦ green 14 ◦ blue 29

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

Shades of Bordeaux #440E1D

Tints of Bordeaux #440E1D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.61%

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

R = 61.26%
G = 12.61%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#440E1D (or 0x440E1D) is known color: Bordeaux. HEX triplet: 44, 0E and 1D. RGB value is (68,14,29). Sum of RGB (Red+Green+Blue) = 68+14+29=111 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.26% from 111); Green value is 14 (5.86% from 255 or 12.61% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 68 - color contains mainly: red. Hex color #440E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440E1D is #BBF1E2. Grayscale: #1F1F1F. Windows color (decimal): -12317155 or 1904196. OLE color: 1904196.

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

Color convert

RGB 68 14 29 -
CMYK 0 0.79 0.57 0.73
HSL 343.33º 0.66% 0.16% -
HSV(B) 343.33º 0.79% 0.27% -
XYZ 2.76 1.63 1.33 -
YUV 31.86 126.39 153.78 -
System Red Green Blue C M Y K H S L
Decimal 68 14 29 0 0.79 0.57 0.73 343.33 0.66 0.16
Hex 44 E 1D 0 4F 39 49 157 42 10
Octal 104 16 35 0 117 71 111 527 102 20
Binary 1000100 1110 11101 0 1001111 111001 1001001 101010111 1000010 10000

Color Harmonies of #440E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440E1D

Black with #440E1D

Text Example


Text Example

White with #440E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,14,29); }

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

background-color css

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

 a { background-color: rgb(68,14,29); }

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

border-color css

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

 span { border-color: rgb(68,14,29); }

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