Html Css Color HEX #440418 Bordeaux

📋 copy color: '#440418'

red 68 ◦ green 4 ◦ blue 24

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

Shades of Bordeaux #440418

Tints of Bordeaux #440418

RGB

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

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

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

R = 70.83%
G = 4.17%
B = 25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#440418 (or 0x440418) is known color: Bordeaux. HEX triplet: 44, 04 and 18. RGB value is (68,4,24). Sum of RGB (Red+Green+Blue) = 68+4+24=96 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.83% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 68 - color contains mainly: red. Hex color #440418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440418 is #BBFBE7. Grayscale: #191919. Windows color (decimal): -12319720 or 1573956. OLE color: 1573956.

HSL color Cylindrical-coordinate representation of color #440418: hue angle of 341.25º 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 #440418 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 4 24 -
CMYK 0 0.94 0.65 0.73
HSL 341.25º 0.89% 0.14% -
HSV(B) 341.25º 0.94% 0.27% -
XYZ 2.59 1.38 0.99 -
YUV 25.42 127.2 158.37 -
System Red Green Blue C M Y K H S L
Decimal 68 4 24 0 0.94 0.65 0.73 341.25 0.89 0.14
Hex 44 4 18 0 5E 41 49 155 59 E
Octal 104 4 30 0 136 101 111 525 131 16
Binary 1000100 100 11000 0 1011110 1000001 1001001 101010101 1011001 1110

Color Harmonies of #440418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440418

Black with #440418

Text Example


Text Example

White with #440418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440418; }

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

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

background-color css

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

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

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

border-color css

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

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

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