Html Css Color HEX #440419 Bordeaux

📋 copy color: '#440419'

red 68 ◦ green 4 ◦ blue 25

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

Shades of Bordeaux #440419

Tints of Bordeaux #440419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.12%

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

R = 70.1%
G = 4.12%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#440419 (or 0x440419) is known color: Bordeaux. HEX triplet: 44, 04 and 19. RGB value is (68,4,25). Sum of RGB (Red+Green+Blue) = 68+4+25=97 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.10% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 68 - color contains mainly: red. Hex color #440419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440419 is #BBFBE6. Grayscale: #191919. Windows color (decimal): -12319719 or 1639492. OLE color: 1639492.

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

Color convert

RGB 68 4 25 -
CMYK 0 0.94 0.63 0.73
HSL 340.31º 0.89% 0.14% -
HSV(B) 340.31º 0.94% 0.27% -
XYZ 2.6 1.39 1.05 -
YUV 25.53 127.7 158.29 -
System Red Green Blue C M Y K H S L
Decimal 68 4 25 0 0.94 0.63 0.73 340.31 0.89 0.14
Hex 44 4 19 0 5E 3F 49 154 59 E
Octal 104 4 31 0 136 77 111 524 131 16
Binary 1000100 100 11001 0 1011110 111111 1001001 101010100 1011001 1110

Color Harmonies of #440419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440419

Black with #440419

Text Example


Text Example

White with #440419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440419; }

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

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

background-color css

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

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

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

border-color css

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

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

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