Html Css Color HEX #826073 Strikemaster

📋 copy color: '#826073'

red 130 ◦ green 96 ◦ blue 115

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

Shades of Strikemaster #826073

Tints of Strikemaster #826073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.15%

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

R = 38.12%
G = 28.15%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#826073 (or 0x826073) is known color: Strikemaster. HEX triplet: 82, 60 and 73. RGB value is (130,96,115). Sum of RGB (Red+Green+Blue) = 130+96+115=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #826073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826073 is #7D9F8C. Grayscale: #6C6C6C. Windows color (decimal): -8232845 or 7561346. OLE color: 7561346.

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

Color convert

RGB 130 96 115 -
CMYK 0 0.26 0.12 0.49
HSL 326.47º 0.15% 0.44% -
HSV(B) 326.47º 0.26% 0.51% -
XYZ 16.48 14.35 18.12 -
YUV 108.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 130 96 115 0 0.26 0.12 0.49 326.47 0.15 0.44
Hex 82 60 73 0 1A C 31 146 F 2C
Octal 202 140 163 0 32 14 61 506 17 54
Binary 10000010 1100000 1110011 0 11010 1100 110001 101000110 1111 101100

Color Harmonies of #826073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826073

Black with #826073

Text Example


Text Example

White with #826073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826073; }

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

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

background-color css

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

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

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

border-color css

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

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

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