Html Css Color HEX #44151F Bordeaux

📋 copy color: '#44151F'

red 68 ◦ green 21 ◦ blue 31

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

Shades of Bordeaux #44151F

Tints of Bordeaux #44151F

RGB

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

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

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

R = 56.67%
G = 17.5%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#44151F (or 0x44151F) is known color: Bordeaux. HEX triplet: 44, 15 and 1F. RGB value is (68,21,31). Sum of RGB (Red+Green+Blue) = 68+21+31=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #44151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44151F is #BBEAE0. Grayscale: #242424. Windows color (decimal): -12315361 or 2037060. OLE color: 2037060.

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

Color convert

RGB 68 21 31 -
CMYK 0 0.69 0.54 0.73
HSL 347.23º 0.53% 0.17% -
HSV(B) 347.23º 0.69% 0.27% -
XYZ 2.9 1.86 1.5 -
YUV 36.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 68 21 31 0 0.69 0.54 0.73 347.23 0.53 0.17
Hex 44 15 1F 0 45 36 49 15B 35 11
Octal 104 25 37 0 105 66 111 533 65 21
Binary 1000100 10101 11111 0 1000101 110110 1001001 101011011 110101 10001

Color Harmonies of #44151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44151F

Black with #44151F

Text Example


Text Example

White with #44151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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