Html Css Color HEX #510918 Bordeaux

📋 copy color: '#510918'

red 81 ◦ green 9 ◦ blue 24

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

Shades of Bordeaux #510918

Tints of Bordeaux #510918

RGB

 RED value IS 81 (32.03% from 255) = 71.05%

 GREEN value IS 9 (3.91% from 255) = 7.89%

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

R = 71.05%
G = 7.89%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#510918 (or 0x510918) is known color: Bordeaux. HEX triplet: 51, 09 and 18. RGB value is (81,9,24). Sum of RGB (Red+Green+Blue) = 81+9+24=114 (15% of max value = 765). Red value is 81 (32.03% from 255 or 71.05% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 81 - color contains mainly: red. Hex color #510918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510918 is #AEF6E7. Grayscale: #202020. Windows color (decimal): -11466472 or 1575249. OLE color: 1575249.

HSL color Cylindrical-coordinate representation of color #510918: hue angle of 347.5º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510918 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 9 24 -
CMYK 0 0.89 0.70 0.68
HSL 347.5º 0.8% 0.18% -
HSV(B) 347.5º 0.89% 0.32% -
XYZ 3.66 2.01 1.06 -
YUV 32.24 123.35 162.78 -
System Red Green Blue C M Y K H S L
Decimal 81 9 24 0 0.89 0.70 0.68 347.5 0.8 0.18
Hex 51 9 18 0 59 46 44 15C 50 12
Octal 121 11 30 0 131 106 104 534 120 22
Binary 1010001 1001 11000 0 1011001 1000110 1000100 101011100 1010000 10010

Color Harmonies of #510918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510918

Black with #510918

Text Example


Text Example

White with #510918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510918; }

 p { color: rgb(81,9,24); }

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

background-color css

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

 a { background-color: rgb(81,9,24); }

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

border-color css

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

 span { border-color: rgb(81,9,24); }

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