Html Css Color HEX #510607 Rustic Red

📋 copy color: '#510607'

red 81 ◦ green 6 ◦ blue 7

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

Shades of Rustic Red #510607

Tints of Rustic Red #510607

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.38%

 BLUE value IS 7 (3.13% from 255) = 7.45%

R = 86.17%
G = 6.38%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#510607 (or 0x510607) is known color: Rustic Red. HEX triplet: 51, 06 and 07. RGB value is (81,6,7). Sum of RGB (Red+Green+Blue) = 81+6+7=94 (12% of max value = 765). Red value is 81 (32.03% from 255 or 86.17% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 7 (3.12% from 255 or 7.45% from 94); Max value from RGB is 81 - color contains mainly: red. Hex color #510607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510607 is #AEF9F8. Grayscale: #1C1C1C. Windows color (decimal): -11467257 or 460369. OLE color: 460369.

HSL color Cylindrical-coordinate representation of color #510607: hue angle of 359.2º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510607 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 6 7 -
CMYK 0 0.93 0.91 0.68
HSL 359.2º 0.86% 0.17% -
HSV(B) 359.2º 0.93% 0.32% -
XYZ 3.5 1.89 0.38 -
YUV 28.54 115.85 165.42 -
System Red Green Blue C M Y K H S L
Decimal 81 6 7 0 0.93 0.91 0.68 359.2 0.86 0.17
Hex 51 6 7 0 5D 5B 44 167 56 11
Octal 121 6 7 0 135 133 104 547 126 21
Binary 1010001 110 111 0 1011101 1011011 1000100 101100111 1010110 10001

Color Harmonies of #510607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510607

Black with #510607

Text Example


Text Example

White with #510607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510607; }

 p { color: rgb(81,6,7); }

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

background-color css

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

 a { background-color: rgb(81,6,7); }

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

border-color css

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

 span { border-color: rgb(81,6,7); }

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