Html Css Color HEX #49171E Bordeaux

📋 copy color: '#49171E'

red 73 ◦ green 23 ◦ blue 30

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

Shades of Bordeaux #49171E

Tints of Bordeaux #49171E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.25%

 BLUE value IS 30 (12.11% from 255) = 23.81%

R = 57.94%
G = 18.25%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#49171E (or 0x49171E) is known color: Bordeaux. HEX triplet: 49, 17 and 1E. RGB value is (73,23,30). Sum of RGB (Red+Green+Blue) = 73+23+30=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #49171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49171E is #B6E8E1. Grayscale: #262626. Windows color (decimal): -11987170 or 1972041. OLE color: 1972041.

HSL color Cylindrical-coordinate representation of color #49171E: hue angle of 351.6º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49171E is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 23 30 -
CMYK 0 0.68 0.59 0.71
HSL 351.6º 0.52% 0.19% -
HSV(B) 351.6º 0.68% 0.29% -
XYZ 3.29 2.12 1.46 -
YUV 38.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 73 23 30 0 0.68 0.59 0.71 351.6 0.52 0.19
Hex 49 17 1E 0 44 3B 47 160 34 13
Octal 111 27 36 0 104 73 107 540 64 23
Binary 1001001 10111 11110 0 1000100 111011 1000111 101100000 110100 10011

Color Harmonies of #49171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49171E

Black with #49171E

Text Example


Text Example

White with #49171E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49171E; }

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

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

background-color css

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

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

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

border-color css

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

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

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