Html Css Color HEX #835975 Strikemaster

📋 copy color: '#835975'

red 131 ◦ green 89 ◦ blue 117

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

Shades of Strikemaster #835975

Tints of Strikemaster #835975

RGB

 RED value IS 131 (51.56% from 255) = 38.87%

 GREEN value IS 89 (35.16% from 255) = 26.41%

 BLUE value IS 117 (46.09% from 255) = 34.72%

R = 38.87%
G = 26.41%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#835975 (or 0x835975) is known color: Strikemaster. HEX triplet: 83, 59 and 75. RGB value is (131,89,117). Sum of RGB (Red+Green+Blue) = 131+89+117=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 131 - color contains mainly: red. Hex color #835975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835975 is #7CA68A. Grayscale: #686868. Windows color (decimal): -8169099 or 7690627. OLE color: 7690627.

HSL color Cylindrical-coordinate representation of color #835975: hue angle of 320º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #835975 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 89 117 -
CMYK 0 0.32 0.11 0.49
HSL 320º 0.19% 0.43% -
HSV(B) 320º 0.32% 0.51% -
XYZ 16.14 13.25 18.54 -
YUV 104.75 134.91 146.72 -
System Red Green Blue C M Y K H S L
Decimal 131 89 117 0 0.32 0.11 0.49 320 0.19 0.43
Hex 83 59 75 0 20 B 31 140 13 2B
Octal 203 131 165 0 40 13 61 500 23 53
Binary 10000011 1011001 1110101 0 100000 1011 110001 101000000 10011 101011

Color Harmonies of #835975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835975

Black with #835975

Text Example


Text Example

White with #835975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835975; }

 p { color: rgb(131,89,117); }

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

background-color css

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

 a { background-color: rgb(131,89,117); }

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

border-color css

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

 span { border-color: rgb(131,89,117); }

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