Html Css Color HEX #491827 Bordeaux

📋 copy color: '#491827'

red 73 ◦ green 24 ◦ blue 39

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

Shades of Bordeaux #491827

Tints of Bordeaux #491827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 28.68%

R = 53.68%
G = 17.65%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#491827 (or 0x491827) is known color: Bordeaux. HEX triplet: 49, 18 and 27. RGB value is (73,24,39). Sum of RGB (Red+Green+Blue) = 73+24+39=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #491827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491827 is #B6E7D8. Grayscale: #282828. Windows color (decimal): -11986905 or 2562121. OLE color: 2562121.

HSL color Cylindrical-coordinate representation of color #491827: hue angle of 341.63º 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 #491827 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 24 39 -
CMYK 0 0.67 0.47 0.71
HSL 341.63º 0.51% 0.19% -
HSV(B) 341.63º 0.67% 0.29% -
XYZ 3.44 2.22 2.17 -
YUV 40.36 127.23 151.28 -
System Red Green Blue C M Y K H S L
Decimal 73 24 39 0 0.67 0.47 0.71 341.63 0.51 0.19
Hex 49 18 27 0 43 2F 47 156 33 13
Octal 111 30 47 0 103 57 107 526 63 23
Binary 1001001 11000 100111 0 1000011 101111 1000111 101010110 110011 10011

Color Harmonies of #491827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491827

Black with #491827

Text Example


Text Example

White with #491827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491827; }

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

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

background-color css

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

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

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

border-color css

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

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

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