Html Css Color HEX #44091A Bordeaux

📋 copy color: '#44091A'

red 68 ◦ green 9 ◦ blue 26

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

Shades of Bordeaux #44091A

Tints of Bordeaux #44091A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 25.24%

R = 66.02%
G = 8.74%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.73

RGB Variations

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

Color information

#44091A (or 0x44091A) is known color: Bordeaux. HEX triplet: 44, 09 and 1A. RGB value is (68,9,26). Sum of RGB (Red+Green+Blue) = 68+9+26=103 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.02% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 68 - color contains mainly: red. Hex color #44091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44091A is #BBF6E5. Grayscale: #1C1C1C. Windows color (decimal): -12318438 or 1706308. OLE color: 1706308.

HSL color Cylindrical-coordinate representation of color #44091A: hue angle of 342.71º 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 #44091A is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 9 26 -
CMYK 0 0.87 0.62 0.73
HSL 342.71º 0.77% 0.15% -
HSV(B) 342.71º 0.87% 0.27% -
XYZ 2.67 1.5 1.13 -
YUV 28.58 126.55 156.12 -
System Red Green Blue C M Y K H S L
Decimal 68 9 26 0 0.87 0.62 0.73 342.71 0.77 0.15
Hex 44 9 1A 0 57 3E 49 157 4D F
Octal 104 11 32 0 127 76 111 527 115 17
Binary 1000100 1001 11010 0 1010111 111110 1001001 101010111 1001101 1111

Color Harmonies of #44091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44091A

Black with #44091A

Text Example


Text Example

White with #44091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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