Html Css Color HEX #865A72 Strikemaster

📋 copy color: '#865A72'

red 134 ◦ green 90 ◦ blue 114

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

Shades of Strikemaster #865A72

Tints of Strikemaster #865A72

RGB

 RED value IS 134 (52.73% from 255) = 39.64%

 GREEN value IS 90 (35.55% from 255) = 26.63%

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 39.64%
G = 26.63%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#865A72 (or 0x865A72) is known color: Strikemaster. HEX triplet: 86, 5A and 72. RGB value is (134,90,114). Sum of RGB (Red+Green+Blue) = 134+90+114=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 134 - color contains mainly: red. Hex color #865A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865A72 is #79A58D. Grayscale: #696969. Windows color (decimal): -7972238 or 7494278. OLE color: 7494278.

HSL color Cylindrical-coordinate representation of color #865A72: hue angle of 327.27º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #865A72 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 90 114 -
CMYK 0 0.33 0.15 0.47
HSL 327.27º 0.2% 0.44% -
HSV(B) 327.27º 0.33% 0.53% -
XYZ 16.52 13.6 17.67 -
YUV 105.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 134 90 114 0 0.33 0.15 0.47 327.27 0.2 0.44
Hex 86 5A 72 0 21 F 2F 147 14 2C
Octal 206 132 162 0 41 17 57 507 24 54
Binary 10000110 1011010 1110010 0 100001 1111 101111 101000111 10100 101100

Color Harmonies of #865A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865A72

Black with #865A72

Text Example


Text Example

White with #865A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865A72; }

 p { color: rgb(134,90,114); }

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

background-color css

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

 a { background-color: rgb(134,90,114); }

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

border-color css

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

 span { border-color: rgb(134,90,114); }

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