Html Css Color HEX #500A24 Bordeaux

📋 copy color: '#500A24'

red 80 ◦ green 10 ◦ blue 36

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

Shades of Bordeaux #500A24

Tints of Bordeaux #500A24

RGB

 RED value IS 80 (31.64% from 255) = 63.49%

 GREEN value IS 10 (4.3% from 255) = 7.94%

 BLUE value IS 36 (14.45% from 255) = 28.57%

R = 63.49%
G = 7.94%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#500A24 (or 0x500A24) is known color: Bordeaux. HEX triplet: 50, 0A and 24. RGB value is (80,10,36). Sum of RGB (Red+Green+Blue) = 80+10+36=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 10 (4.30% from 255 or 7.94% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #500A24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500A24 is #AFF5DB. Grayscale: #212121. Windows color (decimal): -11531740 or 2361936. OLE color: 2361936.

HSL color Cylindrical-coordinate representation of color #500A24: hue angle of 337.71º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #500A24 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 10 36 -
CMYK 0 0.87 0.55 0.69
HSL 337.71º 0.78% 0.18% -
HSV(B) 337.71º 0.88% 0.31% -
XYZ 3.74 2.05 1.87 -
YUV 33.89 129.19 160.89 -
System Red Green Blue C M Y K H S L
Decimal 80 10 36 0 0.87 0.55 0.69 337.71 0.78 0.18
Hex 50 A 24 0 57 37 45 152 4E 12
Octal 120 12 44 0 127 67 105 522 116 22
Binary 1010000 1010 100100 0 1010111 110111 1000101 101010010 1001110 10010

Color Harmonies of #500A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500A24

Black with #500A24

Text Example


Text Example

White with #500A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500A24; }

 p { color: rgb(80,10,36); }

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

background-color css

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

 a { background-color: rgb(80,10,36); }

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

border-color css

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

 span { border-color: rgb(80,10,36); }

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