Html Css Color HEX #440117 Bordeaux

📋 copy color: '#440117'

red 68 ◦ green 1 ◦ blue 23

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

Shades of Bordeaux #440117

Tints of Bordeaux #440117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 25%

R = 73.91%
G = 1.09%
B = 25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#440117 (or 0x440117) is known color: Bordeaux. HEX triplet: 44, 01 and 17. RGB value is (68,1,23). Sum of RGB (Red+Green+Blue) = 68+1+23=92 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.91% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 23 (9.38% from 255 or 25% from 92); Max value from RGB is 68 - color contains mainly: red. Hex color #440117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440117 is #BBFEE8. Grayscale: #171717. Windows color (decimal): -12320489 or 1507652. OLE color: 1507652.

HSL color Cylindrical-coordinate representation of color #440117: hue angle of 340.3º 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 #440117 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 1 23 -
CMYK 0 0.99 0.66 0.73
HSL 340.3º 0.97% 0.14% -
HSV(B) 340.3º 0.99% 0.27% -
XYZ 2.55 1.31 0.93 -
YUV 23.54 127.7 159.71 -
System Red Green Blue C M Y K H S L
Decimal 68 1 23 0 0.99 0.66 0.73 340.3 0.97 0.14
Hex 44 1 17 0 63 42 49 154 61 E
Octal 104 1 27 0 143 102 111 524 141 16
Binary 1000100 1 10111 0 1100011 1000010 1001001 101010100 1100001 1110

Color Harmonies of #440117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440117

Black with #440117

Text Example


Text Example

White with #440117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440117; }

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

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

background-color css

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

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

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

border-color css

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

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

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