Html Css Color HEX #491623 Bordeaux

📋 copy color: '#491623'

red 73 ◦ green 22 ◦ blue 35

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

Shades of Bordeaux #491623

Tints of Bordeaux #491623

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.92%

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

R = 56.15%
G = 16.92%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#491623 (or 0x491623) is known color: Bordeaux. HEX triplet: 49, 16 and 23. RGB value is (73,22,35). Sum of RGB (Red+Green+Blue) = 73+22+35=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #491623 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491623 is #B6E9DC. Grayscale: #262626. Windows color (decimal): -11987421 or 2299465. OLE color: 2299465.

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

Color convert

RGB 73 22 35 -
CMYK 0 0.70 0.52 0.71
HSL 344.71º 0.54% 0.19% -
HSV(B) 344.71º 0.7% 0.29% -
XYZ 3.34 2.11 1.82 -
YUV 38.73 125.9 152.44 -
System Red Green Blue C M Y K H S L
Decimal 73 22 35 0 0.70 0.52 0.71 344.71 0.54 0.19
Hex 49 16 23 0 46 34 47 159 36 13
Octal 111 26 43 0 106 64 107 531 66 23
Binary 1001001 10110 100011 0 1000110 110100 1000111 101011001 110110 10011

Color Harmonies of #491623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491623

Black with #491623

Text Example


Text Example

White with #491623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491623; }

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

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

background-color css

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

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

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

border-color css

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

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

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