Html Css Color HEX #491024 Bordeaux

📋 copy color: '#491024'

red 73 ◦ green 16 ◦ blue 36

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

Shades of Bordeaux #491024

Tints of Bordeaux #491024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.8%

 BLUE value IS 36 (14.45% from 255) = 28.8%

R = 58.4%
G = 12.8%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#491024 (or 0x491024) is known color: Bordeaux. HEX triplet: 49, 10 and 24. RGB value is (73,16,36). Sum of RGB (Red+Green+Blue) = 73+16+36=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #491024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491024 is #B6EFDB. Grayscale: #232323. Windows color (decimal): -11988956 or 2363465. OLE color: 2363465.

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

Color convert

RGB 73 16 36 -
CMYK 0 0.78 0.51 0.71
HSL 338.95º 0.64% 0.17% -
HSV(B) 338.95º 0.78% 0.29% -
XYZ 3.25 1.91 1.87 -
YUV 35.32 128.38 154.87 -
System Red Green Blue C M Y K H S L
Decimal 73 16 36 0 0.78 0.51 0.71 338.95 0.64 0.17
Hex 49 10 24 0 4E 33 47 153 40 11
Octal 111 20 44 0 116 63 107 523 100 21
Binary 1001001 10000 100100 0 1001110 110011 1000111 101010011 1000000 10001

Color Harmonies of #491024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491024

Black with #491024

Text Example


Text Example

White with #491024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491024; }

 p { color: rgb(73,16,36); }

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

background-color css

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

 a { background-color: rgb(73,16,36); }

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

border-color css

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

 span { border-color: rgb(73,16,36); }

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