Html Css Color HEX #491223 Bordeaux

📋 copy color: '#491223'

red 73 ◦ green 18 ◦ blue 35

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

Shades of Bordeaux #491223

Tints of Bordeaux #491223

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.29%

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

R = 57.94%
G = 14.29%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#491223 (or 0x491223) is known color: Bordeaux. HEX triplet: 49, 12 and 23. RGB value is (73,18,35). Sum of RGB (Red+Green+Blue) = 73+18+35=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #491223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491223 is #B6EDDC. Grayscale: #242424. Windows color (decimal): -11988445 or 2298441. OLE color: 2298441.

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

Color convert

RGB 73 18 35 -
CMYK 0 0.75 0.52 0.71
HSL 341.45º 0.6% 0.18% -
HSV(B) 341.45º 0.75% 0.29% -
XYZ 3.27 1.97 1.8 -
YUV 36.38 127.22 154.12 -
System Red Green Blue C M Y K H S L
Decimal 73 18 35 0 0.75 0.52 0.71 341.45 0.6 0.18
Hex 49 12 23 0 4B 34 47 155 3C 12
Octal 111 22 43 0 113 64 107 525 74 22
Binary 1001001 10010 100011 0 1001011 110100 1000111 101010101 111100 10010

Color Harmonies of #491223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491223

Black with #491223

Text Example


Text Example

White with #491223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491223; }

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

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

background-color css

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

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

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

border-color css

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

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

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