Html Css Color HEX #440217 Bordeaux

📋 copy color: '#440217'

red 68 ◦ green 2 ◦ blue 23

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

Shades of Bordeaux #440217

Tints of Bordeaux #440217

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.15%

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

R = 73.12%
G = 2.15%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#440217 (or 0x440217) is known color: Bordeaux. HEX triplet: 44, 02 and 17. RGB value is (68,2,23). Sum of RGB (Red+Green+Blue) = 68+2+23=93 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.12% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 68 - color contains mainly: red. Hex color #440217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440217 is #BBFDE8. Grayscale: #181818. Windows color (decimal): -12320233 or 1507908. OLE color: 1507908.

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

Color convert

RGB 68 2 23 -
CMYK 0 0.97 0.66 0.73
HSL 340.91º 0.94% 0.14% -
HSV(B) 340.91º 0.97% 0.27% -
XYZ 2.56 1.33 0.93 -
YUV 24.13 127.37 159.29 -
System Red Green Blue C M Y K H S L
Decimal 68 2 23 0 0.97 0.66 0.73 340.91 0.94 0.14
Hex 44 2 17 0 61 42 49 155 5E E
Octal 104 2 27 0 141 102 111 525 136 16
Binary 1000100 10 10111 0 1100001 1000010 1001001 101010101 1011110 1110

Color Harmonies of #440217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440217

Black with #440217

Text Example


Text Example

White with #440217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440217; }

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

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

background-color css

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

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

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

border-color css

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

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

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