Html Css Color HEX #825F73 Strikemaster

📋 copy color: '#825F73'

red 130 ◦ green 95 ◦ blue 115

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

Shades of Strikemaster #825F73

Tints of Strikemaster #825F73

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.94%

 BLUE value IS 115 (45.31% from 255) = 33.82%

R = 38.24%
G = 27.94%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#825F73 (or 0x825F73) is known color: Strikemaster. HEX triplet: 82, 5F and 73. RGB value is (130,95,115). Sum of RGB (Red+Green+Blue) = 130+95+115=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #825F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F73 is #7DA08C. Grayscale: #6B6B6B. Windows color (decimal): -8233101 or 7561090. OLE color: 7561090.

HSL color Cylindrical-coordinate representation of color #825F73: hue angle of 325.71º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #825F73 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 95 115 -
CMYK 0 0.27 0.12 0.49
HSL 325.71º 0.16% 0.44% -
HSV(B) 325.71º 0.27% 0.51% -
XYZ 16.39 14.17 18.09 -
YUV 107.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 130 95 115 0 0.27 0.12 0.49 325.71 0.16 0.44
Hex 82 5F 73 0 1B C 31 146 10 2C
Octal 202 137 163 0 33 14 61 506 20 54
Binary 10000010 1011111 1110011 0 11011 1100 110001 101000110 10000 101100

Color Harmonies of #825F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F73

Black with #825F73

Text Example


Text Example

White with #825F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825F73; }

 p { color: rgb(130,95,115); }

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

background-color css

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

 a { background-color: rgb(130,95,115); }

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

border-color css

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

 span { border-color: rgb(130,95,115); }

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