Html Css Color HEX #440D1B Bordeaux

📋 copy color: '#440D1B'

red 68 ◦ green 13 ◦ blue 27

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

Shades of Bordeaux #440D1B

Tints of Bordeaux #440D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 25%

R = 62.96%
G = 12.04%
B = 25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#440D1B (or 0x440D1B) is known color: Bordeaux. HEX triplet: 44, 0D and 1B. RGB value is (68,13,27). Sum of RGB (Red+Green+Blue) = 68+13+27=108 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.96% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 68 - color contains mainly: red. Hex color #440D1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440D1B is #BBF2E4. Grayscale: #1F1F1F. Windows color (decimal): -12317413 or 1772868. OLE color: 1772868.

HSL color Cylindrical-coordinate representation of color #440D1B: hue angle of 344.73º 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 #440D1B is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 13 27 -
CMYK 0 0.81 0.60 0.73
HSL 344.73º 0.68% 0.16% -
HSV(B) 344.73º 0.81% 0.27% -
XYZ 2.73 1.6 1.2 -
YUV 31.04 125.72 154.36 -
System Red Green Blue C M Y K H S L
Decimal 68 13 27 0 0.81 0.60 0.73 344.73 0.68 0.16
Hex 44 D 1B 0 51 3C 49 159 44 10
Octal 104 15 33 0 121 74 111 531 104 20
Binary 1000100 1101 11011 0 1010001 111100 1001001 101011001 1000100 10000

Color Harmonies of #440D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440D1B

Black with #440D1B

Text Example


Text Example

White with #440D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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