Html Css Color HEX #491523 Bordeaux

📋 copy color: '#491523'

red 73 ◦ green 21 ◦ blue 35

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

Shades of Bordeaux #491523

Tints of Bordeaux #491523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.28%

 BLUE value IS 35 (14.06% from 255) = 27.13%

R = 56.59%
G = 16.28%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#491523 (or 0x491523) is known color: Bordeaux. HEX triplet: 49, 15 and 23. RGB value is (73,21,35). Sum of RGB (Red+Green+Blue) = 73+21+35=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #491523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491523 is #B6EADC. Grayscale: #262626. Windows color (decimal): -11987677 or 2299209. OLE color: 2299209.

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

Color convert

RGB 73 21 35 -
CMYK 0 0.71 0.52 0.71
HSL 343.85º 0.55% 0.18% -
HSV(B) 343.85º 0.71% 0.29% -
XYZ 3.32 2.07 1.82 -
YUV 38.14 126.23 152.86 -
System Red Green Blue C M Y K H S L
Decimal 73 21 35 0 0.71 0.52 0.71 343.85 0.55 0.18
Hex 49 15 23 0 47 34 47 158 37 12
Octal 111 25 43 0 107 64 107 530 67 22
Binary 1001001 10101 100011 0 1000111 110100 1000111 101011000 110111 10010

Color Harmonies of #491523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491523

Black with #491523

Text Example


Text Example

White with #491523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491523; }

 p { color: rgb(73,21,35); }

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

background-color css

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

 a { background-color: rgb(73,21,35); }

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

border-color css

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

 span { border-color: rgb(73,21,35); }

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