Html Css Color HEX #491823 Bordeaux

📋 copy color: '#491823'

red 73 ◦ green 24 ◦ blue 35

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

Shades of Bordeaux #491823

Tints of Bordeaux #491823

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.18%

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

R = 55.3%
G = 18.18%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#491823 (or 0x491823) is known color: Bordeaux. HEX triplet: 49, 18 and 23. RGB value is (73,24,35). Sum of RGB (Red+Green+Blue) = 73+24+35=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #491823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491823 is #B6E7DC. Grayscale: #272727. Windows color (decimal): -11986909 or 2299977. OLE color: 2299977.

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

Color convert

RGB 73 24 35 -
CMYK 0 0.67 0.52 0.71
HSL 346.53º 0.51% 0.19% -
HSV(B) 346.53º 0.67% 0.29% -
XYZ 3.38 2.19 1.84 -
YUV 39.91 125.23 151.61 -
System Red Green Blue C M Y K H S L
Decimal 73 24 35 0 0.67 0.52 0.71 346.53 0.51 0.19
Hex 49 18 23 0 43 34 47 15B 33 13
Octal 111 30 43 0 103 64 107 533 63 23
Binary 1001001 11000 100011 0 1000011 110100 1000111 101011011 110011 10011

Color Harmonies of #491823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491823

Black with #491823

Text Example


Text Example

White with #491823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491823; }

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

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

background-color css

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

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

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

border-color css

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

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

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