Html Css Color HEX #44101F Bordeaux

📋 copy color: '#44101F'

red 68 ◦ green 16 ◦ blue 31

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

Shades of Bordeaux #44101F

Tints of Bordeaux #44101F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.91%

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

R = 59.13%
G = 13.91%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#44101F (or 0x44101F) is known color: Bordeaux. HEX triplet: 44, 10 and 1F. RGB value is (68,16,31). Sum of RGB (Red+Green+Blue) = 68+16+31=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #44101F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44101F is #BBEFE0. Grayscale: #212121. Windows color (decimal): -12316641 or 2035780. OLE color: 2035780.

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

Color convert

RGB 68 16 31 -
CMYK 0 0.76 0.54 0.73
HSL 342.69º 0.62% 0.16% -
HSV(B) 342.69º 0.76% 0.27% -
XYZ 2.82 1.7 1.48 -
YUV 33.26 126.73 152.78 -
System Red Green Blue C M Y K H S L
Decimal 68 16 31 0 0.76 0.54 0.73 342.69 0.62 0.16
Hex 44 10 1F 0 4C 36 49 157 3E 10
Octal 104 20 37 0 114 66 111 527 76 20
Binary 1000100 10000 11111 0 1001100 110110 1001001 101010111 111110 10000

Color Harmonies of #44101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44101F

Black with #44101F

Text Example


Text Example

White with #44101F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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