Html Css Color HEX #510F18 Bordeaux

📋 copy color: '#510F18'

red 81 ◦ green 15 ◦ blue 24

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

Shades of Bordeaux #510F18

Tints of Bordeaux #510F18

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.5%

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

R = 67.5%
G = 12.5%
B = 20%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#510F18 (or 0x510F18) is known color: Bordeaux. HEX triplet: 51, 0F and 18. RGB value is (81,15,24). Sum of RGB (Red+Green+Blue) = 81+15+24=120 (15% of max value = 765). Red value is 81 (32.03% from 255 or 67.5% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 81 - color contains mainly: red. Hex color #510F18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510F18 is #AEF0E7. Grayscale: #232323. Windows color (decimal): -11464936 or 1576785. OLE color: 1576785.

HSL color Cylindrical-coordinate representation of color #510F18: hue angle of 351.82º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #510F18 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 15 24 -
CMYK 0 0.81 0.70 0.68
HSL 351.82º 0.69% 0.19% -
HSV(B) 351.82º 0.81% 0.32% -
XYZ 3.73 2.16 1.08 -
YUV 35.76 121.37 160.27 -
System Red Green Blue C M Y K H S L
Decimal 81 15 24 0 0.81 0.70 0.68 351.82 0.69 0.19
Hex 51 F 18 0 51 46 44 160 45 13
Octal 121 17 30 0 121 106 104 540 105 23
Binary 1010001 1111 11000 0 1010001 1000110 1000100 101100000 1000101 10011

Color Harmonies of #510F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510F18

Black with #510F18

Text Example


Text Example

White with #510F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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