Html Css Color HEX #490717 Bordeaux

📋 copy color: '#490717'

red 73 ◦ green 7 ◦ blue 23

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

Shades of Bordeaux #490717

Tints of Bordeaux #490717

RGB

 RED value IS 73 (28.91% from 255) = 70.87%

 GREEN value IS 7 (3.13% from 255) = 6.8%

 BLUE value IS 23 (9.38% from 255) = 22.33%

R = 70.87%
G = 6.8%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#490717 (or 0x490717) is known color: Bordeaux. HEX triplet: 49, 07 and 17. RGB value is (73,7,23). Sum of RGB (Red+Green+Blue) = 73+7+23=103 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.87% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 23 (9.38% from 255 or 22.33% from 103); Max value from RGB is 73 - color contains mainly: red. Hex color #490717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490717 is #B6F8E8. Grayscale: #1C1C1C. Windows color (decimal): -11991273 or 1509193. OLE color: 1509193.

HSL color Cylindrical-coordinate representation of color #490717: hue angle of 345.45º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490717 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 7 23 -
CMYK 0 0.90 0.68 0.71
HSL 345.45º 0.83% 0.16% -
HSV(B) 345.45º 0.9% 0.29% -
XYZ 2.98 1.63 0.97 -
YUV 28.56 124.87 159.7 -
System Red Green Blue C M Y K H S L
Decimal 73 7 23 0 0.90 0.68 0.71 345.45 0.83 0.16
Hex 49 7 17 0 5A 44 47 159 52 10
Octal 111 7 27 0 132 104 107 531 122 20
Binary 1001001 111 10111 0 1011010 1000100 1000111 101011001 1010010 10000

Color Harmonies of #490717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490717

Black with #490717

Text Example


Text Example

White with #490717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490717; }

 p { color: rgb(73,7,23); }

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

background-color css

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

 a { background-color: rgb(73,7,23); }

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

border-color css

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

 span { border-color: rgb(73,7,23); }

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