Html Css Color HEX #865375 Strikemaster

📋 copy color: '#865375'

red 134 ◦ green 83 ◦ blue 117

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

Shades of Strikemaster #865375

Tints of Strikemaster #865375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.85%

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

R = 40.12%
G = 24.85%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#865375 (or 0x865375) is known color: Strikemaster. HEX triplet: 86, 53 and 75. RGB value is (134,83,117). Sum of RGB (Red+Green+Blue) = 134+83+117=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 134 - color contains mainly: red. Hex color #865375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865375 is #79AC8A. Grayscale: #666666. Windows color (decimal): -7974027 or 7689094. OLE color: 7689094.

HSL color Cylindrical-coordinate representation of color #865375: hue angle of 320º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #865375 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 83 117 -
CMYK 0 0.38 0.13 0.47
HSL 320º 0.24% 0.43% -
HSV(B) 320º 0.38% 0.53% -
XYZ 16.14 12.54 18.4 -
YUV 102.13 136.4 150.74 -
System Red Green Blue C M Y K H S L
Decimal 134 83 117 0 0.38 0.13 0.47 320 0.24 0.43
Hex 86 53 75 0 26 D 2F 140 18 2B
Octal 206 123 165 0 46 15 57 500 30 53
Binary 10000110 1010011 1110101 0 100110 1101 101111 101000000 11000 101011

Color Harmonies of #865375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865375

Black with #865375

Text Example


Text Example

White with #865375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865375; }

 p { color: rgb(134,83,117); }

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

background-color css

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

 a { background-color: rgb(134,83,117); }

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

border-color css

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

 span { border-color: rgb(134,83,117); }

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