Html Css Color HEX #85647A Strikemaster

📋 copy color: '#85647A'

red 133 ◦ green 100 ◦ blue 122

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

Shades of Strikemaster #85647A

Tints of Strikemaster #85647A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.17%

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

R = 37.46%
G = 28.17%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85647A (or 0x85647A) is known color: Strikemaster. HEX triplet: 85, 64 and 7A. RGB value is (133,100,122). Sum of RGB (Red+Green+Blue) = 133+100+122=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #85647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85647A is #7A9B85. Grayscale: #707070. Windows color (decimal): -8035206 or 8021125. OLE color: 8021125.

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

Color convert

RGB 133 100 122 -
CMYK 0 0.25 0.08 0.48
HSL 320º 0.14% 0.46% -
HSV(B) 320º 0.25% 0.52% -
XYZ 17.74 15.51 20.47 -
YUV 112.38 133.43 142.71 -
System Red Green Blue C M Y K H S L
Decimal 133 100 122 0 0.25 0.08 0.48 320 0.14 0.46
Hex 85 64 7A 0 19 8 30 140 E 2E
Octal 205 144 172 0 31 10 60 500 16 56
Binary 10000101 1100100 1111010 0 11001 1000 110000 101000000 1110 101110

Color Harmonies of #85647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85647A

Black with #85647A

Text Example


Text Example

White with #85647A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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