Html Css Color HEX #85637B Strikemaster

📋 copy color: '#85637B'

red 133 ◦ green 99 ◦ blue 123

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

Shades of Strikemaster #85637B

Tints of Strikemaster #85637B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.89%

 BLUE value IS 123 (48.44% from 255) = 34.65%

R = 37.46%
G = 27.89%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85637B (or 0x85637B) is known color: Strikemaster. HEX triplet: 85, 63 and 7B. RGB value is (133,99,123). Sum of RGB (Red+Green+Blue) = 133+99+123=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #85637B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85637B is #7A9C84. Grayscale: #6F6F6F. Windows color (decimal): -8035461 or 8086405. OLE color: 8086405.

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

Color convert

RGB 133 99 123 -
CMYK 0 0.26 0.08 0.48
HSL 317.65º 0.15% 0.45% -
HSV(B) 317.65º 0.26% 0.52% -
XYZ 17.71 15.34 20.77 -
YUV 111.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 133 99 123 0 0.26 0.08 0.48 317.65 0.15 0.45
Hex 85 63 7B 0 1A 8 30 13E F 2D
Octal 205 143 173 0 32 10 60 476 17 55
Binary 10000101 1100011 1111011 0 11010 1000 110000 100111110 1111 101101

Color Harmonies of #85637B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85637B

Black with #85637B

Text Example


Text Example

White with #85637B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85637B; }

 p { color: rgb(133,99,123); }

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

background-color css

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

 a { background-color: rgb(133,99,123); }

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

border-color css

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

 span { border-color: rgb(133,99,123); }

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