Html Css Color HEX #492026 Bordeaux

📋 copy color: '#492026'

red 73 ◦ green 32 ◦ blue 38

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

Shades of Bordeaux #492026

Tints of Bordeaux #492026

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.38%

 BLUE value IS 38 (15.23% from 255) = 26.57%

R = 51.05%
G = 22.38%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#492026 (or 0x492026) is known color: Bordeaux. HEX triplet: 49, 20 and 26. RGB value is (73,32,38). Sum of RGB (Red+Green+Blue) = 73+32+38=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #492026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492026 is #B6DFD9. Grayscale: #2C2C2C. Windows color (decimal): -11984858 or 2498633. OLE color: 2498633.

HSL color Cylindrical-coordinate representation of color #492026: hue angle of 351.22º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #492026 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 32 38 -
CMYK 0 0.56 0.48 0.71
HSL 351.22º 0.39% 0.21% -
HSV(B) 351.22º 0.56% 0.29% -
XYZ 3.61 2.59 2.14 -
YUV 44.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 73 32 38 0 0.56 0.48 0.71 351.22 0.39 0.21
Hex 49 20 26 0 38 30 47 15F 27 15
Octal 111 40 46 0 70 60 107 537 47 25
Binary 1001001 100000 100110 0 111000 110000 1000111 101011111 100111 10101

Color Harmonies of #492026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492026

Black with #492026

Text Example


Text Example

White with #492026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492026; }

 p { color: rgb(73,32,38); }

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

background-color css

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

 a { background-color: rgb(73,32,38); }

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

border-color css

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

 span { border-color: rgb(73,32,38); }

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