Html Css Color HEX #440919 Bordeaux

📋 copy color: '#440919'

red 68 ◦ green 9 ◦ blue 25

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

Shades of Bordeaux #440919

Tints of Bordeaux #440919

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.82%

 BLUE value IS 25 (10.16% from 255) = 24.51%

R = 66.67%
G = 8.82%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#440919 (or 0x440919) is known color: Bordeaux. HEX triplet: 44, 09 and 19. RGB value is (68,9,25). Sum of RGB (Red+Green+Blue) = 68+9+25=102 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.67% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 25 (10.16% from 255 or 24.51% from 102); Max value from RGB is 68 - color contains mainly: red. Hex color #440919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440919 is #BBF6E6. Grayscale: #1C1C1C. Windows color (decimal): -12318439 or 1640772. OLE color: 1640772.

HSL color Cylindrical-coordinate representation of color #440919: hue angle of 343.73º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #440919 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 9 25 -
CMYK 0 0.87 0.63 0.73
HSL 343.73º 0.77% 0.15% -
HSV(B) 343.73º 0.87% 0.27% -
XYZ 2.66 1.49 1.07 -
YUV 28.47 126.05 156.2 -
System Red Green Blue C M Y K H S L
Decimal 68 9 25 0 0.87 0.63 0.73 343.73 0.77 0.15
Hex 44 9 19 0 57 3F 49 158 4D F
Octal 104 11 31 0 127 77 111 530 115 17
Binary 1000100 1001 11001 0 1010111 111111 1001001 101011000 1001101 1111

Color Harmonies of #440919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440919

Black with #440919

Text Example


Text Example

White with #440919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440919; }

 p { color: rgb(68,9,25); }

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

background-color css

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

 a { background-color: rgb(68,9,25); }

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

border-color css

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

 span { border-color: rgb(68,9,25); }

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