Html Css Color HEX #44171F Bordeaux

📋 copy color: '#44171F'

red 68 ◦ green 23 ◦ blue 31

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

Shades of Bordeaux #44171F

Tints of Bordeaux #44171F

RGB

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

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

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

R = 55.74%
G = 18.85%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#44171F (or 0x44171F) is known color: Bordeaux. HEX triplet: 44, 17 and 1F. RGB value is (68,23,31). Sum of RGB (Red+Green+Blue) = 68+23+31=122 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.74% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 68 - color contains mainly: red. Hex color #44171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44171F is #BBE8E0. Grayscale: #252525. Windows color (decimal): -12314849 or 2037572. OLE color: 2037572.

HSL color Cylindrical-coordinate representation of color #44171F: hue angle of 349.33º 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 #44171F is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 23 31 -
CMYK 0 0.66 0.54 0.73
HSL 349.33º 0.49% 0.18% -
HSV(B) 349.33º 0.66% 0.27% -
XYZ 2.94 1.94 1.52 -
YUV 37.37 124.41 149.85 -
System Red Green Blue C M Y K H S L
Decimal 68 23 31 0 0.66 0.54 0.73 349.33 0.49 0.18
Hex 44 17 1F 0 42 36 49 15D 31 12
Octal 104 27 37 0 102 66 111 535 61 22
Binary 1000100 10111 11111 0 1000010 110110 1001001 101011101 110001 10010

Color Harmonies of #44171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44171F

Black with #44171F

Text Example


Text Example

White with #44171F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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