Html Css Color HEX #85617A Strikemaster

📋 copy color: '#85617A'

red 133 ◦ green 97 ◦ blue 122

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

Shades of Strikemaster #85617A

Tints of Strikemaster #85617A

RGB

 RED value IS 133 (52.34% from 255) = 37.78%

 GREEN value IS 97 (38.28% from 255) = 27.56%

 BLUE value IS 122 (48.05% from 255) = 34.66%

R = 37.78%
G = 27.56%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85617A (or 0x85617A) is known color: Strikemaster. HEX triplet: 85, 61 and 7A. RGB value is (133,97,122). Sum of RGB (Red+Green+Blue) = 133+97+122=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #85617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85617A is #7A9E85. Grayscale: #6E6E6E. Windows color (decimal): -8035974 or 8020357. OLE color: 8020357.

HSL color Cylindrical-coordinate representation of color #85617A: hue angle of 318.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85617A is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 97 122 -
CMYK 0 0.27 0.08 0.48
HSL 318.33º 0.16% 0.45% -
HSV(B) 318.33º 0.27% 0.52% -
XYZ 17.46 14.94 20.38 -
YUV 110.61 134.43 143.97 -
System Red Green Blue C M Y K H S L
Decimal 133 97 122 0 0.27 0.08 0.48 318.33 0.16 0.45
Hex 85 61 7A 0 1B 8 30 13E 10 2D
Octal 205 141 172 0 33 10 60 476 20 55
Binary 10000101 1100001 1111010 0 11011 1000 110000 100111110 10000 101101

Color Harmonies of #85617A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85617A

Black with #85617A

Text Example


Text Example

White with #85617A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85617A; }

 p { color: rgb(133,97,122); }

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

background-color css

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

 a { background-color: rgb(133,97,122); }

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

border-color css

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

 span { border-color: rgb(133,97,122); }

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