Html Css Color HEX #44141D Bordeaux

📋 copy color: '#44141D'

red 68 ◦ green 20 ◦ blue 29

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

Shades of Bordeaux #44141D

Tints of Bordeaux #44141D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 24.79%

R = 58.12%
G = 17.09%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#44141D (or 0x44141D) is known color: Bordeaux. HEX triplet: 44, 14 and 1D. RGB value is (68,20,29). Sum of RGB (Red+Green+Blue) = 68+20+29=117 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.12% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 68 - color contains mainly: red. Hex color #44141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44141D is #BBEBE2. Grayscale: #232323. Windows color (decimal): -12315619 or 1905732. OLE color: 1905732.

HSL color Cylindrical-coordinate representation of color #44141D: hue angle of 348.75º 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 #44141D is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 20 29 -
CMYK 0 0.71 0.57 0.73
HSL 348.75º 0.55% 0.17% -
HSV(B) 348.75º 0.71% 0.27% -
XYZ 2.86 1.82 1.36 -
YUV 35.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 68 20 29 0 0.71 0.57 0.73 348.75 0.55 0.17
Hex 44 14 1D 0 47 39 49 15D 37 11
Octal 104 24 35 0 107 71 111 535 67 21
Binary 1000100 10100 11101 0 1000111 111001 1001001 101011101 110111 10001

Color Harmonies of #44141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44141D

Black with #44141D

Text Example


Text Example

White with #44141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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