Html Css Color HEX #440518 Bordeaux

📋 copy color: '#440518'

red 68 ◦ green 5 ◦ blue 24

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

Shades of Bordeaux #440518

Tints of Bordeaux #440518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.15%

 BLUE value IS 24 (9.77% from 255) = 24.74%

R = 70.1%
G = 5.15%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#440518 (or 0x440518) is known color: Bordeaux. HEX triplet: 44, 05 and 18. RGB value is (68,5,24). Sum of RGB (Red+Green+Blue) = 68+5+24=97 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.10% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 68 - color contains mainly: red. Hex color #440518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440518 is #BBFAE7. Grayscale: #191919. Windows color (decimal): -12319464 or 1574212. OLE color: 1574212.

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

Color convert

RGB 68 5 24 -
CMYK 0 0.93 0.65 0.73
HSL 341.9º 0.86% 0.14% -
HSV(B) 341.9º 0.93% 0.27% -
XYZ 2.6 1.4 1 -
YUV 26 126.87 157.96 -
System Red Green Blue C M Y K H S L
Decimal 68 5 24 0 0.93 0.65 0.73 341.9 0.86 0.14
Hex 44 5 18 0 5D 41 49 156 56 E
Octal 104 5 30 0 135 101 111 526 126 16
Binary 1000100 101 11000 0 1011101 1000001 1001001 101010110 1010110 1110

Color Harmonies of #440518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440518

Black with #440518

Text Example


Text Example

White with #440518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440518; }

 p { color: rgb(68,5,24); }

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

background-color css

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

 a { background-color: rgb(68,5,24); }

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

border-color css

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

 span { border-color: rgb(68,5,24); }

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