Html Css Color HEX #491826 Bordeaux

📋 copy color: '#491826'

red 73 ◦ green 24 ◦ blue 38

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

Shades of Bordeaux #491826

Tints of Bordeaux #491826

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.78%

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

R = 54.07%
G = 17.78%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#491826 (or 0x491826) is known color: Bordeaux. HEX triplet: 49, 18 and 26. RGB value is (73,24,38). Sum of RGB (Red+Green+Blue) = 73+24+38=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #491826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491826 is #B6E7D9. Grayscale: #282828. Windows color (decimal): -11986906 or 2496585. OLE color: 2496585.

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

Color convert

RGB 73 24 38 -
CMYK 0 0.67 0.48 0.71
HSL 342.86º 0.51% 0.19% -
HSV(B) 342.86º 0.67% 0.29% -
XYZ 3.42 2.21 2.08 -
YUV 40.25 126.73 151.36 -
System Red Green Blue C M Y K H S L
Decimal 73 24 38 0 0.67 0.48 0.71 342.86 0.51 0.19
Hex 49 18 26 0 43 30 47 157 33 13
Octal 111 30 46 0 103 60 107 527 63 23
Binary 1001001 11000 100110 0 1000011 110000 1000111 101010111 110011 10011

Color Harmonies of #491826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491826

Black with #491826

Text Example


Text Example

White with #491826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491826; }

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

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

background-color css

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

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

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

border-color css

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

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

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