Html Css Color HEX #440619 Bordeaux

📋 copy color: '#440619'

red 68 ◦ green 6 ◦ blue 25

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

Shades of Bordeaux #440619

Tints of Bordeaux #440619

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.06%

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

R = 68.69%
G = 6.06%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#440619 (or 0x440619) is known color: Bordeaux. HEX triplet: 44, 06 and 19. RGB value is (68,6,25). Sum of RGB (Red+Green+Blue) = 68+6+25=99 (13% of max value = 765). Red value is 68 (26.95% from 255 or 68.69% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 68 - color contains mainly: red. Hex color #440619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440619 is #BBF9E6. Grayscale: #1A1A1A. Windows color (decimal): -12319207 or 1640004. OLE color: 1640004.

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

Color convert

RGB 68 6 25 -
CMYK 0 0.91 0.63 0.73
HSL 341.61º 0.84% 0.15% -
HSV(B) 341.61º 0.91% 0.27% -
XYZ 2.62 1.43 1.06 -
YUV 26.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 68 6 25 0 0.91 0.63 0.73 341.61 0.84 0.15
Hex 44 6 19 0 5B 3F 49 156 54 F
Octal 104 6 31 0 133 77 111 526 124 17
Binary 1000100 110 11001 0 1011011 111111 1001001 101010110 1010100 1111

Color Harmonies of #440619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440619

Black with #440619

Text Example


Text Example

White with #440619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440619; }

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

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

background-color css

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

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

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

border-color css

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

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

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