Html Css Color HEX #440118 Bordeaux

📋 copy color: '#440118'

red 68 ◦ green 1 ◦ blue 24

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

Shades of Bordeaux #440118

Tints of Bordeaux #440118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.08%

 BLUE value IS 24 (9.77% from 255) = 25.81%

R = 73.12%
G = 1.08%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#440118 (or 0x440118) is known color: Bordeaux. HEX triplet: 44, 01 and 18. RGB value is (68,1,24). Sum of RGB (Red+Green+Blue) = 68+1+24=93 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.12% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 68 - color contains mainly: red. Hex color #440118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440118 is #BBFEE7. Grayscale: #171717. Windows color (decimal): -12320488 or 1573188. OLE color: 1573188.

HSL color Cylindrical-coordinate representation of color #440118: hue angle of 339.4º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440118 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 1 24 -
CMYK 0 0.99 0.65 0.73
HSL 339.4º 0.97% 0.14% -
HSV(B) 339.4º 0.99% 0.27% -
XYZ 2.56 1.32 0.98 -
YUV 23.66 128.2 159.63 -
System Red Green Blue C M Y K H S L
Decimal 68 1 24 0 0.99 0.65 0.73 339.4 0.97 0.14
Hex 44 1 18 0 63 41 49 153 61 E
Octal 104 1 30 0 143 101 111 523 141 16
Binary 1000100 1 11000 0 1100011 1000001 1001001 101010011 1100001 1110

Color Harmonies of #440118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440118

Black with #440118

Text Example


Text Example

White with #440118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440118; }

 p { color: rgb(68,1,24); }

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

background-color css

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

 a { background-color: rgb(68,1,24); }

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

border-color css

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

 span { border-color: rgb(68,1,24); }

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