Html Css Color HEX #44151D Bordeaux

📋 copy color: '#44151D'

red 68 ◦ green 21 ◦ blue 29

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

Shades of Bordeaux #44151D

Tints of Bordeaux #44151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.8%

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

R = 57.63%
G = 17.8%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#44151D (or 0x44151D) is known color: Bordeaux. HEX triplet: 44, 15 and 1D. RGB value is (68,21,29). Sum of RGB (Red+Green+Blue) = 68+21+29=118 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.63% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 68 - color contains mainly: red. Hex color #44151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44151D is #BBEAE2. Grayscale: #232323. Windows color (decimal): -12315363 or 1905988. OLE color: 1905988.

HSL color Cylindrical-coordinate representation of color #44151D: hue angle of 349.79º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44151D is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 21 29 -
CMYK 0 0.69 0.57 0.73
HSL 349.79º 0.53% 0.17% -
HSV(B) 349.79º 0.69% 0.27% -
XYZ 2.87 1.85 1.37 -
YUV 35.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 68 21 29 0 0.69 0.57 0.73 349.79 0.53 0.17
Hex 44 15 1D 0 45 39 49 15E 35 11
Octal 104 25 35 0 105 71 111 536 65 21
Binary 1000100 10101 11101 0 1000101 111001 1001001 101011110 110101 10001

Color Harmonies of #44151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44151D

Black with #44151D

Text Example


Text Example

White with #44151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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