Html Css Color HEX #491923 Bordeaux

📋 copy color: '#491923'

red 73 ◦ green 25 ◦ blue 35

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

Shades of Bordeaux #491923

Tints of Bordeaux #491923

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.8%

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

R = 54.89%
G = 18.8%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#491923 (or 0x491923) is known color: Bordeaux. HEX triplet: 49, 19 and 23. RGB value is (73,25,35). Sum of RGB (Red+Green+Blue) = 73+25+35=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #491923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491923 is #B6E6DC. Grayscale: #282828. Windows color (decimal): -11986653 or 2300233. OLE color: 2300233.

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

Color convert

RGB 73 25 35 -
CMYK 0 0.66 0.52 0.71
HSL 347.5º 0.49% 0.19% -
HSV(B) 347.5º 0.66% 0.29% -
XYZ 3.4 2.23 1.84 -
YUV 40.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 73 25 35 0 0.66 0.52 0.71 347.5 0.49 0.19
Hex 49 19 23 0 42 34 47 15C 31 13
Octal 111 31 43 0 102 64 107 534 61 23
Binary 1001001 11001 100011 0 1000010 110100 1000111 101011100 110001 10011

Color Harmonies of #491923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491923

Black with #491923

Text Example


Text Example

White with #491923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491923; }

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

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

background-color css

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

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

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

border-color css

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

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

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