Html Css Color HEX #500718 Bordeaux

📋 copy color: '#500718'

red 80 ◦ green 7 ◦ blue 24

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

Shades of Bordeaux #500718

Tints of Bordeaux #500718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.31%

 BLUE value IS 24 (9.77% from 255) = 21.62%

R = 72.07%
G = 6.31%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#500718 (or 0x500718) is known color: Bordeaux. HEX triplet: 50, 07 and 18. RGB value is (80,7,24). Sum of RGB (Red+Green+Blue) = 80+7+24=111 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.07% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 80 - color contains mainly: red. Hex color #500718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500718 is #AFF8E7. Grayscale: #1E1E1E. Windows color (decimal): -11532520 or 1574736. OLE color: 1574736.

HSL color Cylindrical-coordinate representation of color #500718: hue angle of 346.03º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500718 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 7 24 -
CMYK 0 0.91 0.70 0.69
HSL 346.03º 0.84% 0.17% -
HSV(B) 346.03º 0.91% 0.31% -
XYZ 3.55 1.92 1.05 -
YUV 30.77 124.18 163.12 -
System Red Green Blue C M Y K H S L
Decimal 80 7 24 0 0.91 0.70 0.69 346.03 0.84 0.17
Hex 50 7 18 0 5B 46 45 15A 54 11
Octal 120 7 30 0 133 106 105 532 124 21
Binary 1010000 111 11000 0 1011011 1000110 1000101 101011010 1010100 10001

Color Harmonies of #500718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500718

Black with #500718

Text Example


Text Example

White with #500718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500718; }

 p { color: rgb(80,7,24); }

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

background-color css

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

 a { background-color: rgb(80,7,24); }

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

border-color css

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

 span { border-color: rgb(80,7,24); }

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