Html Css Color HEX #826175 Strikemaster

📋 copy color: '#826175'

red 130 ◦ green 97 ◦ blue 117

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

Shades of Strikemaster #826175

Tints of Strikemaster #826175

RGB

 RED value IS 130 (51.17% from 255) = 37.79%

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

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

R = 37.79%
G = 28.2%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#826175 (or 0x826175) is known color: Strikemaster. HEX triplet: 82, 61 and 75. RGB value is (130,97,117). Sum of RGB (Red+Green+Blue) = 130+97+117=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #826175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826175 is #7D9E8A. Grayscale: #6D6D6D. Windows color (decimal): -8232587 or 7692674. OLE color: 7692674.

HSL color Cylindrical-coordinate representation of color #826175: hue angle of 323.64º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #826175 is Cyan = 0, Magento = 0.25, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 97 117 -
CMYK 0 0.25 0.1 0.49
HSL 323.64º 0.15% 0.45% -
HSV(B) 323.64º 0.25% 0.51% -
XYZ 16.69 14.58 18.76 -
YUV 109.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 130 97 117 0 0.25 0.1 0.49 323.64 0.15 0.45
Hex 82 61 75 0 19 A 31 144 F 2D
Octal 202 141 165 0 31 12 61 504 17 55
Binary 10000010 1100001 1110101 0 11001 1010 110001 101000100 1111 101101

Color Harmonies of #826175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826175

Black with #826175

Text Example


Text Example

White with #826175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826175; }

 p { color: rgb(130,97,117); }

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

background-color css

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

 a { background-color: rgb(130,97,117); }

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

border-color css

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

 span { border-color: rgb(130,97,117); }

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