Html Css Color HEX #510F19 Bordeaux

📋 copy color: '#510F19'

red 81 ◦ green 15 ◦ blue 25

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

Shades of Bordeaux #510F19

Tints of Bordeaux #510F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.66%

R = 66.94%
G = 12.4%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#510F19 (or 0x510F19) is known color: Bordeaux. HEX triplet: 51, 0F and 19. RGB value is (81,15,25). Sum of RGB (Red+Green+Blue) = 81+15+25=121 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.94% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 81 - color contains mainly: red. Hex color #510F19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510F19 is #AEF0E6. Grayscale: #232323. Windows color (decimal): -11464935 or 1642321. OLE color: 1642321.

HSL color Cylindrical-coordinate representation of color #510F19: hue angle of 350.91º 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 #510F19 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 15 25 -
CMYK 0 0.81 0.69 0.68
HSL 350.91º 0.69% 0.19% -
HSV(B) 350.91º 0.81% 0.32% -
XYZ 3.74 2.16 1.14 -
YUV 35.87 121.87 160.19 -
System Red Green Blue C M Y K H S L
Decimal 81 15 25 0 0.81 0.69 0.68 350.91 0.69 0.19
Hex 51 F 19 0 51 45 44 15F 45 13
Octal 121 17 31 0 121 105 104 537 105 23
Binary 1010001 1111 11001 0 1010001 1000101 1000100 101011111 1000101 10011

Color Harmonies of #510F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510F19

Black with #510F19

Text Example


Text Example

White with #510F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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