Html Css Color HEX #44191F Bordeaux

📋 copy color: '#44191F'

red 68 ◦ green 25 ◦ blue 31

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

Shades of Bordeaux #44191F

Tints of Bordeaux #44191F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.16%

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

R = 54.84%
G = 20.16%
B = 25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#44191F (or 0x44191F) is known color: Bordeaux. HEX triplet: 44, 19 and 1F. RGB value is (68,25,31). Sum of RGB (Red+Green+Blue) = 68+25+31=124 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.84% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 68 - color contains mainly: red. Hex color #44191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44191F is #BBE6E0. Grayscale: #262626. Windows color (decimal): -12314337 or 2038084. OLE color: 2038084.

HSL color Cylindrical-coordinate representation of color #44191F: hue angle of 351.63º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44191F is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 25 31 -
CMYK 0 0.63 0.54 0.73
HSL 351.63º 0.46% 0.18% -
HSV(B) 351.63º 0.63% 0.27% -
XYZ 2.98 2.02 1.53 -
YUV 38.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 68 25 31 0 0.63 0.54 0.73 351.63 0.46 0.18
Hex 44 19 1F 0 3F 36 49 160 2E 12
Octal 104 31 37 0 77 66 111 540 56 22
Binary 1000100 11001 11111 0 111111 110110 1001001 101100000 101110 10010

Color Harmonies of #44191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44191F

Black with #44191F

Text Example


Text Example

White with #44191F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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