Html Css Color HEX #44071C Bordeaux

📋 copy color: '#44071C'

red 68 ◦ green 7 ◦ blue 28

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

Shades of Bordeaux #44071C

Tints of Bordeaux #44071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.8%

 BLUE value IS 28 (11.33% from 255) = 27.18%

R = 66.02%
G = 6.8%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#44071C (or 0x44071C) is known color: Bordeaux. HEX triplet: 44, 07 and 1C. RGB value is (68,7,28). Sum of RGB (Red+Green+Blue) = 68+7+28=103 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.02% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 68 - color contains mainly: red. Hex color #44071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44071C is #BBF8E3. Grayscale: #1B1B1B. Windows color (decimal): -12318948 or 1836868. OLE color: 1836868.

HSL color Cylindrical-coordinate representation of color #44071C: hue angle of 339.34º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44071C is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 7 28 -
CMYK 0 0.90 0.59 0.73
HSL 339.34º 0.81% 0.15% -
HSV(B) 339.34º 0.9% 0.27% -
XYZ 2.67 1.46 1.24 -
YUV 27.63 128.21 156.79 -
System Red Green Blue C M Y K H S L
Decimal 68 7 28 0 0.90 0.59 0.73 339.34 0.81 0.15
Hex 44 7 1C 0 5A 3B 49 153 51 F
Octal 104 7 34 0 132 73 111 523 121 17
Binary 1000100 111 11100 0 1011010 111011 1001001 101010011 1010001 1111

Color Harmonies of #44071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44071C

Black with #44071C

Text Example


Text Example

White with #44071C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44071C; }

 p { color: rgb(68,7,28); }

 H1.HeaderClassName
 {
   color: #44071C;
 }
 .AnyTagClassName
 {
   color: #44071C;
 }
</style>

background-color css

<style>
 a { background-color: #44071C; }

 a { background-color: rgb(68,7,28); }

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

border-color css

<style>
 span { border-color: #44071C; }

 span { border-color: rgb(68,7,28); }

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