Html Css Color HEX #490C17 Bordeaux

📋 copy color: '#490C17'

red 73 ◦ green 12 ◦ blue 23

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

Shades of Bordeaux #490C17

Tints of Bordeaux #490C17

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.11%

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

R = 67.59%
G = 11.11%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#490C17 (or 0x490C17) is known color: Bordeaux. HEX triplet: 49, 0C and 17. RGB value is (73,12,23). Sum of RGB (Red+Green+Blue) = 73+12+23=108 (14% of max value = 765). Red value is 73 (28.91% from 255 or 67.59% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 23 (9.38% from 255 or 21.30% from 108); Max value from RGB is 73 - color contains mainly: red. Hex color #490C17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490C17 is #B6F3E8. Grayscale: #1F1F1F. Windows color (decimal): -11989993 or 1510473. OLE color: 1510473.

HSL color Cylindrical-coordinate representation of color #490C17: hue angle of 349.18º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #490C17 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 12 23 -
CMYK 0 0.84 0.68 0.71
HSL 349.18º 0.72% 0.17% -
HSV(B) 349.18º 0.84% 0.29% -
XYZ 3.03 1.74 0.99 -
YUV 31.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 73 12 23 0 0.84 0.68 0.71 349.18 0.72 0.17
Hex 49 C 17 0 54 44 47 15D 48 11
Octal 111 14 27 0 124 104 107 535 110 21
Binary 1001001 1100 10111 0 1010100 1000100 1000111 101011101 1001000 10001

Color Harmonies of #490C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490C17

Black with #490C17

Text Example


Text Example

White with #490C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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