Html Css Color HEX #44091B Bordeaux

📋 copy color: '#44091B'

red 68 ◦ green 9 ◦ blue 27

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

Shades of Bordeaux #44091B

Tints of Bordeaux #44091B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.65%

 BLUE value IS 27 (10.94% from 255) = 25.96%

R = 65.38%
G = 8.65%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#44091B (or 0x44091B) is known color: Bordeaux. HEX triplet: 44, 09 and 1B. RGB value is (68,9,27). Sum of RGB (Red+Green+Blue) = 68+9+27=104 (13% of max value = 765). Red value is 68 (26.95% from 255 or 65.38% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 68 - color contains mainly: red. Hex color #44091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44091B is #BBF6E4. Grayscale: #1C1C1C. Windows color (decimal): -12318437 or 1771844. OLE color: 1771844.

HSL color Cylindrical-coordinate representation of color #44091B: hue angle of 341.69º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #44091B is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 9 27 -
CMYK 0 0.87 0.60 0.73
HSL 341.69º 0.77% 0.15% -
HSV(B) 341.69º 0.87% 0.27% -
XYZ 2.68 1.5 1.19 -
YUV 28.69 127.05 156.04 -
System Red Green Blue C M Y K H S L
Decimal 68 9 27 0 0.87 0.60 0.73 341.69 0.77 0.15
Hex 44 9 1B 0 57 3C 49 156 4D F
Octal 104 11 33 0 127 74 111 526 115 17
Binary 1000100 1001 11011 0 1010111 111100 1001001 101010110 1001101 1111

Color Harmonies of #44091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44091B

Black with #44091B

Text Example


Text Example

White with #44091B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44091B; }

 p { color: rgb(68,9,27); }

 H1.HeaderClassName
 {
   color: #44091B;
 }
 .AnyTagClassName
 {
   color: #44091B;
 }
</style>

background-color css

<style>
 a { background-color: #44091B; }

 a { background-color: rgb(68,9,27); }

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

border-color css

<style>
 span { border-color: #44091B; }

 span { border-color: rgb(68,9,27); }

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