Html Css Color HEX #816073 Strikemaster

📋 copy color: '#816073'

red 129 ◦ green 96 ◦ blue 115

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

Shades of Strikemaster #816073

Tints of Strikemaster #816073

RGB

 RED value IS 129 (50.78% from 255) = 37.94%

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

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

R = 37.94%
G = 28.24%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#816073 (or 0x816073) is known color: Strikemaster. HEX triplet: 81, 60 and 73. RGB value is (129,96,115). Sum of RGB (Red+Green+Blue) = 129+96+115=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 129 - color contains mainly: red. Hex color #816073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816073 is #7E9F8C. Grayscale: #6B6B6B. Windows color (decimal): -8298381 or 7561345. OLE color: 7561345.

HSL color Cylindrical-coordinate representation of color #816073: hue angle of 325.45º 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 #816073 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 96 115 -
CMYK 0 0.26 0.11 0.49
HSL 325.45º 0.15% 0.44% -
HSV(B) 325.45º 0.26% 0.51% -
XYZ 16.33 14.27 18.11 -
YUV 108.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 129 96 115 0 0.26 0.11 0.49 325.45 0.15 0.44
Hex 81 60 73 0 1A B 31 145 F 2C
Octal 201 140 163 0 32 13 61 505 17 54
Binary 10000001 1100000 1110011 0 11010 1011 110001 101000101 1111 101100

Color Harmonies of #816073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816073

Black with #816073

Text Example


Text Example

White with #816073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816073; }

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

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

background-color css

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

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

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

border-color css

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

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

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