Html Css Color HEX #490517 Bordeaux

📋 copy color: '#490517'

red 73 ◦ green 5 ◦ blue 23

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

Shades of Bordeaux #490517

Tints of Bordeaux #490517

RGB

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

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

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

R = 72.28%
G = 4.95%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#490517 (or 0x490517) is known color: Bordeaux. HEX triplet: 49, 05 and 17. RGB value is (73,5,23). Sum of RGB (Red+Green+Blue) = 73+5+23=101 (13% of max value = 765). Red value is 73 (28.91% from 255 or 72.28% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 23 (9.38% from 255 or 22.77% from 101); Max value from RGB is 73 - color contains mainly: red. Hex color #490517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490517 is #B6FAE8. Grayscale: #1B1B1B. Windows color (decimal): -11991785 or 1508681. OLE color: 1508681.

HSL color Cylindrical-coordinate representation of color #490517: hue angle of 344.12º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490517 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 5 23 -
CMYK 0 0.93 0.68 0.71
HSL 344.12º 0.87% 0.15% -
HSV(B) 344.12º 0.93% 0.29% -
XYZ 2.96 1.59 0.96 -
YUV 27.38 125.53 160.54 -
System Red Green Blue C M Y K H S L
Decimal 73 5 23 0 0.93 0.68 0.71 344.12 0.87 0.15
Hex 49 5 17 0 5D 44 47 158 57 F
Octal 111 5 27 0 135 104 107 530 127 17
Binary 1001001 101 10111 0 1011101 1000100 1000111 101011000 1010111 1111

Color Harmonies of #490517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490517

Black with #490517

Text Example


Text Example

White with #490517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490517; }

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

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

background-color css

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

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

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

border-color css

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

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

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