Html Css Color HEX #510507 Rustic Red

📋 copy color: '#510507'

red 81 ◦ green 5 ◦ blue 7

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

Shades of Rustic Red #510507

Tints of Rustic Red #510507

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.38%

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

R = 87.1%
G = 5.38%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#510507 (or 0x510507) is known color: Rustic Red. HEX triplet: 51, 05 and 07. RGB value is (81,5,7). Sum of RGB (Red+Green+Blue) = 81+5+7=93 (12% of max value = 765). Red value is 81 (32.03% from 255 or 87.10% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 7 (3.12% from 255 or 7.53% from 93); Max value from RGB is 81 - color contains mainly: red. Hex color #510507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510507 is #AEFAF8. Grayscale: #1C1C1C. Windows color (decimal): -11467513 or 460113. OLE color: 460113.

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

Color convert

RGB 81 5 7 -
CMYK 0 0.94 0.91 0.68
HSL 358.42º 0.88% 0.17% -
HSV(B) 358.42º 0.94% 0.32% -
XYZ 3.49 1.87 0.38 -
YUV 27.95 116.18 165.84 -
System Red Green Blue C M Y K H S L
Decimal 81 5 7 0 0.94 0.91 0.68 358.42 0.88 0.17
Hex 51 5 7 0 5E 5B 44 166 58 11
Octal 121 5 7 0 136 133 104 546 130 21
Binary 1010001 101 111 0 1011110 1011011 1000100 101100110 1011000 10001

Color Harmonies of #510507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510507

Black with #510507

Text Example


Text Example

White with #510507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510507; }

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

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

background-color css

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

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

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

border-color css

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

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

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