Html Css Color HEX #44141F Bordeaux

📋 copy color: '#44141F'

red 68 ◦ green 20 ◦ blue 31

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

Shades of Bordeaux #44141F

Tints of Bordeaux #44141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.81%

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

R = 57.14%
G = 16.81%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#44141F (or 0x44141F) is known color: Bordeaux. HEX triplet: 44, 14 and 1F. RGB value is (68,20,31). Sum of RGB (Red+Green+Blue) = 68+20+31=119 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.14% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 68 - color contains mainly: red. Hex color #44141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44141F is #BBEBE0. Grayscale: #232323. Windows color (decimal): -12315617 or 2036804. OLE color: 2036804.

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

Color convert

RGB 68 20 31 -
CMYK 0 0.71 0.54 0.73
HSL 346.25º 0.55% 0.17% -
HSV(B) 346.25º 0.71% 0.27% -
XYZ 2.88 1.83 1.5 -
YUV 35.61 125.4 151.11 -
System Red Green Blue C M Y K H S L
Decimal 68 20 31 0 0.71 0.54 0.73 346.25 0.55 0.17
Hex 44 14 1F 0 47 36 49 15A 37 11
Octal 104 24 37 0 107 66 111 532 67 21
Binary 1000100 10100 11111 0 1000111 110110 1001001 101011010 110111 10001

Color Harmonies of #44141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44141F

Black with #44141F

Text Example


Text Example

White with #44141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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