Html Css Color HEX #44041B Bordeaux

📋 copy color: '#44041B'

red 68 ◦ green 4 ◦ blue 27

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

Shades of Bordeaux #44041B

Tints of Bordeaux #44041B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.04%

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

R = 68.69%
G = 4.04%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#44041B (or 0x44041B) is known color: Bordeaux. HEX triplet: 44, 04 and 1B. RGB value is (68,4,27). Sum of RGB (Red+Green+Blue) = 68+4+27=99 (13% of max value = 765). Red value is 68 (26.95% from 255 or 68.69% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 68 - color contains mainly: red. Hex color #44041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44041B is #BBFBE4. Grayscale: #191919. Windows color (decimal): -12319717 or 1770564. OLE color: 1770564.

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

Color convert

RGB 68 4 27 -
CMYK 0 0.94 0.60 0.73
HSL 338.44º 0.89% 0.14% -
HSV(B) 338.44º 0.94% 0.27% -
XYZ 2.63 1.39 1.17 -
YUV 25.76 128.7 158.13 -
System Red Green Blue C M Y K H S L
Decimal 68 4 27 0 0.94 0.60 0.73 338.44 0.89 0.14
Hex 44 4 1B 0 5E 3C 49 152 59 E
Octal 104 4 33 0 136 74 111 522 131 16
Binary 1000100 100 11011 0 1011110 111100 1001001 101010010 1011001 1110

Color Harmonies of #44041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44041B

Black with #44041B

Text Example


Text Example

White with #44041B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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