Html Css Color HEX #440319 Bordeaux

📋 copy color: '#440319'

red 68 ◦ green 3 ◦ blue 25

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

Shades of Bordeaux #440319

Tints of Bordeaux #440319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.13%

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

R = 70.83%
G = 3.13%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#440319 (or 0x440319) is known color: Bordeaux. HEX triplet: 44, 03 and 19. RGB value is (68,3,25). Sum of RGB (Red+Green+Blue) = 68+3+25=96 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.83% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 68 - color contains mainly: red. Hex color #440319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440319 is #BBFCE6. Grayscale: #181818. Windows color (decimal): -12319975 or 1639236. OLE color: 1639236.

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

Color convert

RGB 68 3 25 -
CMYK 0 0.96 0.63 0.73
HSL 339.69º 0.92% 0.14% -
HSV(B) 339.69º 0.96% 0.27% -
XYZ 2.59 1.36 1.05 -
YUV 24.94 128.03 158.71 -
System Red Green Blue C M Y K H S L
Decimal 68 3 25 0 0.96 0.63 0.73 339.69 0.92 0.14
Hex 44 3 19 0 60 3F 49 154 5C E
Octal 104 3 31 0 140 77 111 524 134 16
Binary 1000100 11 11001 0 1100000 111111 1001001 101010100 1011100 1110

Color Harmonies of #440319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440319

Black with #440319

Text Example


Text Example

White with #440319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440319; }

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

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

background-color css

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

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

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

border-color css

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

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

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