Html Css Color HEX #491926 Bordeaux

📋 copy color: '#491926'

red 73 ◦ green 25 ◦ blue 38

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

Shades of Bordeaux #491926

Tints of Bordeaux #491926

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.38%

 BLUE value IS 38 (15.23% from 255) = 27.94%

R = 53.68%
G = 18.38%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#491926 (or 0x491926) is known color: Bordeaux. HEX triplet: 49, 19 and 26. RGB value is (73,25,38). Sum of RGB (Red+Green+Blue) = 73+25+38=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #491926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491926 is #B6E6D9. Grayscale: #282828. Windows color (decimal): -11986650 or 2496841. OLE color: 2496841.

HSL color Cylindrical-coordinate representation of color #491926: hue angle of 343.75º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #491926 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 25 38 -
CMYK 0 0.66 0.48 0.71
HSL 343.75º 0.49% 0.19% -
HSV(B) 343.75º 0.66% 0.29% -
XYZ 3.45 2.25 2.09 -
YUV 40.83 126.4 150.94 -
System Red Green Blue C M Y K H S L
Decimal 73 25 38 0 0.66 0.48 0.71 343.75 0.49 0.19
Hex 49 19 26 0 42 30 47 158 31 13
Octal 111 31 46 0 102 60 107 530 61 23
Binary 1001001 11001 100110 0 1000010 110000 1000111 101011000 110001 10011

Color Harmonies of #491926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491926

Black with #491926

Text Example


Text Example

White with #491926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491926; }

 p { color: rgb(73,25,38); }

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

background-color css

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

 a { background-color: rgb(73,25,38); }

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

border-color css

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

 span { border-color: rgb(73,25,38); }

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