Html Css Color HEX #44111F Bordeaux

📋 copy color: '#44111F'

red 68 ◦ green 17 ◦ blue 31

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

Shades of Bordeaux #44111F

Tints of Bordeaux #44111F

RGB

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

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

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

R = 58.62%
G = 14.66%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#44111F (or 0x44111F) is known color: Bordeaux. HEX triplet: 44, 11 and 1F. RGB value is (68,17,31). Sum of RGB (Red+Green+Blue) = 68+17+31=116 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.62% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 68 - color contains mainly: red. Hex color #44111F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44111F is #BBEEE0. Grayscale: #212121. Windows color (decimal): -12316385 or 2036036. OLE color: 2036036.

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

Color convert

RGB 68 17 31 -
CMYK 0 0.75 0.54 0.73
HSL 343.53º 0.6% 0.17% -
HSV(B) 343.53º 0.75% 0.27% -
XYZ 2.83 1.73 1.48 -
YUV 33.85 126.4 152.36 -
System Red Green Blue C M Y K H S L
Decimal 68 17 31 0 0.75 0.54 0.73 343.53 0.6 0.17
Hex 44 11 1F 0 4B 36 49 158 3C 11
Octal 104 21 37 0 113 66 111 530 74 21
Binary 1000100 10001 11111 0 1001011 110110 1001001 101011000 111100 10001

Color Harmonies of #44111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44111F

Black with #44111F

Text Example


Text Example

White with #44111F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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