Html Css Color HEX #44171D Bordeaux

📋 copy color: '#44171D'

red 68 ◦ green 23 ◦ blue 29

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

Shades of Bordeaux #44171D

Tints of Bordeaux #44171D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.17%

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

R = 56.67%
G = 19.17%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#44171D (or 0x44171D) is known color: Bordeaux. HEX triplet: 44, 17 and 1D. RGB value is (68,23,29). Sum of RGB (Red+Green+Blue) = 68+23+29=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #44171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44171D is #BBE8E2. Grayscale: #252525. Windows color (decimal): -12314851 or 1906500. OLE color: 1906500.

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

Color convert

RGB 68 23 29 -
CMYK 0 0.66 0.57 0.73
HSL 352º 0.49% 0.18% -
HSV(B) 352º 0.66% 0.27% -
XYZ 2.91 1.93 1.38 -
YUV 37.14 123.41 150.01 -
System Red Green Blue C M Y K H S L
Decimal 68 23 29 0 0.66 0.57 0.73 352 0.49 0.18
Hex 44 17 1D 0 42 39 49 160 31 12
Octal 104 27 35 0 102 71 111 540 61 22
Binary 1000100 10111 11101 0 1000010 111001 1001001 101100000 110001 10010

Color Harmonies of #44171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44171D

Black with #44171D

Text Example


Text Example

White with #44171D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44171D; }

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

 H1.HeaderClassName
 {
   color: #44171D;
 }
 .AnyTagClassName
 {
   color: #44171D;
 }
</style>

background-color css

<style>
 a { background-color: #44171D; }

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

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

border-color css

<style>
 span { border-color: #44171D; }

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

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