Html Css Color HEX #44171E Bordeaux

📋 copy color: '#44171E'

red 68 ◦ green 23 ◦ blue 30

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

Shades of Bordeaux #44171E

Tints of Bordeaux #44171E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24.79%

R = 56.2%
G = 19.01%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#44171E (or 0x44171E) is known color: Bordeaux. HEX triplet: 44, 17 and 1E. RGB value is (68,23,30). Sum of RGB (Red+Green+Blue) = 68+23+30=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #44171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44171E is #BBE8E1. Grayscale: #252525. Windows color (decimal): -12314850 or 1972036. OLE color: 1972036.

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

Color convert

RGB 68 23 30 -
CMYK 0 0.66 0.56 0.73
HSL 350.67º 0.49% 0.18% -
HSV(B) 350.67º 0.66% 0.27% -
XYZ 2.92 1.94 1.45 -
YUV 37.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 68 23 30 0 0.66 0.56 0.73 350.67 0.49 0.18
Hex 44 17 1E 0 42 38 49 15F 31 12
Octal 104 27 36 0 102 70 111 537 61 22
Binary 1000100 10111 11110 0 1000010 111000 1001001 101011111 110001 10010

Color Harmonies of #44171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44171E

Black with #44171E

Text Example


Text Example

White with #44171E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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