Html Css Color HEX #995151 Copper Rust

📋 copy color: '#995151'

red 153 ◦ green 81 ◦ blue 81

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

Shades of Copper Rust #995151

Tints of Copper Rust #995151

RGB

 RED value IS 153 (60.16% from 255) = 48.57%

 GREEN value IS 81 (32.03% from 255) = 25.71%

 BLUE value IS 81 (32.03% from 255) = 25.71%

R = 48.57%
G = 25.71%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.4

RGB Variations

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

Color information

#995151 (or 0x995151) is known color: Copper Rust. HEX triplet: 99, 51 and 51. RGB value is (153,81,81). Sum of RGB (Red+Green+Blue) = 153+81+81=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #995151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995151 is #66AEAE. Grayscale: #666666. Windows color (decimal): -6729391 or 5329305. OLE color: 5329305.

HSL color Cylindrical-coordinate representation of color #995151: hue angle of 0º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #995151 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 81 81 -
CMYK 0 0.47 0.47 0.4
HSL 0.31% 0.46% -
HSV(B) 0.47% 0.6% -
XYZ 17.56 13.25 9.42 -
YUV 102.53 115.85 164 -
System Red Green Blue C M Y K H S L
Decimal 153 81 81 0 0.47 0.47 0.4 0 0.31 0.46
Hex 99 51 51 0 2F 2F 28 0 1F 2E
Octal 231 121 121 0 57 57 50 0 37 56
Binary 10011001 1010001 1010001 0 101111 101111 101000 0 11111 101110

Color Harmonies of #995151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995151

Black with #995151

Text Example


Text Example

White with #995151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995151; }

 p { color: rgb(153,81,81); }

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

background-color css

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

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

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

border-color css

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

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

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