Html Css Color HEX #846273 Strikemaster

📋 copy color: '#846273'

red 132 ◦ green 98 ◦ blue 115

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

Shades of Strikemaster #846273

Tints of Strikemaster #846273

RGB

 RED value IS 132 (51.95% from 255) = 38.26%

 GREEN value IS 98 (38.67% from 255) = 28.41%

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

R = 38.26%
G = 28.41%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#846273 (or 0x846273) is known color: Strikemaster. HEX triplet: 84, 62 and 73. RGB value is (132,98,115). Sum of RGB (Red+Green+Blue) = 132+98+115=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #846273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846273 is #7B9D8C. Grayscale: #6E6E6E. Windows color (decimal): -8101261 or 7561860. OLE color: 7561860.

HSL color Cylindrical-coordinate representation of color #846273: hue angle of 330º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #846273 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 98 115 -
CMYK 0 0.26 0.13 0.48
HSL 330º 0.15% 0.45% -
HSV(B) 330º 0.26% 0.52% -
XYZ 16.98 14.88 18.2 -
YUV 110.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 132 98 115 0 0.26 0.13 0.48 330 0.15 0.45
Hex 84 62 73 0 1A D 30 14A F 2D
Octal 204 142 163 0 32 15 60 512 17 55
Binary 10000100 1100010 1110011 0 11010 1101 110000 101001010 1111 101101

Color Harmonies of #846273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846273

Black with #846273

Text Example


Text Example

White with #846273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846273; }

 p { color: rgb(132,98,115); }

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

background-color css

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

 a { background-color: rgb(132,98,115); }

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

border-color css

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

 span { border-color: rgb(132,98,115); }

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