Html Css Color HEX #44101E Bordeaux

📋 copy color: '#44101E'

red 68 ◦ green 16 ◦ blue 30

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

Shades of Bordeaux #44101E

Tints of Bordeaux #44101E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 26.32%

R = 59.65%
G = 14.04%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#44101E (or 0x44101E) is known color: Bordeaux. HEX triplet: 44, 10 and 1E. RGB value is (68,16,30). Sum of RGB (Red+Green+Blue) = 68+16+30=114 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.65% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 68 - color contains mainly: red. Hex color #44101E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44101E is #BBEFE1. Grayscale: #212121. Windows color (decimal): -12316642 or 1970244. OLE color: 1970244.

HSL color Cylindrical-coordinate representation of color #44101E: hue angle of 343.85º 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 #44101E is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 16 30 -
CMYK 0 0.76 0.56 0.73
HSL 343.85º 0.62% 0.16% -
HSV(B) 343.85º 0.76% 0.27% -
XYZ 2.8 1.69 1.41 -
YUV 33.14 126.23 152.86 -
System Red Green Blue C M Y K H S L
Decimal 68 16 30 0 0.76 0.56 0.73 343.85 0.62 0.16
Hex 44 10 1E 0 4C 38 49 158 3E 10
Octal 104 20 36 0 114 70 111 530 76 20
Binary 1000100 10000 11110 0 1001100 111000 1001001 101011000 111110 10000

Color Harmonies of #44101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44101E

Black with #44101E

Text Example


Text Example

White with #44101E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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