Html Css Color HEX #44111E Bordeaux

📋 copy color: '#44111E'

red 68 ◦ green 17 ◦ blue 30

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

Shades of Bordeaux #44111E

Tints of Bordeaux #44111E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.78%

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

R = 59.13%
G = 14.78%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#44111E (or 0x44111E) is known color: Bordeaux. HEX triplet: 44, 11 and 1E. RGB value is (68,17,30). Sum of RGB (Red+Green+Blue) = 68+17+30=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #44111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44111E is #BBEEE1. Grayscale: #212121. Windows color (decimal): -12316386 or 1970500. OLE color: 1970500.

HSL color Cylindrical-coordinate representation of color #44111E: hue angle of 344.71º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #44111E is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 17 30 -
CMYK 0 0.75 0.56 0.73
HSL 344.71º 0.6% 0.17% -
HSV(B) 344.71º 0.75% 0.27% -
XYZ 2.82 1.72 1.41 -
YUV 33.73 125.9 152.44 -
System Red Green Blue C M Y K H S L
Decimal 68 17 30 0 0.75 0.56 0.73 344.71 0.6 0.17
Hex 44 11 1E 0 4B 38 49 159 3C 11
Octal 104 21 36 0 113 70 111 531 74 21
Binary 1000100 10001 11110 0 1001011 111000 1001001 101011001 111100 10001

Color Harmonies of #44111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44111E

Black with #44111E

Text Example


Text Example

White with #44111E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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