Html Css Color HEX #835173 Cosmic

📋 copy color: '#835173'

red 131 ◦ green 81 ◦ blue 115

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

Shades of Cosmic #835173

Tints of Cosmic #835173

RGB

 RED value IS 131 (51.56% from 255) = 40.06%

 GREEN value IS 81 (32.03% from 255) = 24.77%

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

R = 40.06%
G = 24.77%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#835173 (or 0x835173) is known color: Cosmic. HEX triplet: 83, 51 and 73. RGB value is (131,81,115). Sum of RGB (Red+Green+Blue) = 131+81+115=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 131 - color contains mainly: red. Hex color #835173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835173 is #7CAE8C. Grayscale: #636363. Windows color (decimal): -8171149 or 7557507. OLE color: 7557507.

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

Color convert

RGB 131 81 115 -
CMYK 0 0.38 0.12 0.49
HSL 319.2º 0.24% 0.42% -
HSV(B) 319.2º 0.38% 0.51% -
XYZ 15.4 11.95 17.71 -
YUV 99.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 131 81 115 0 0.38 0.12 0.49 319.2 0.24 0.42
Hex 83 51 73 0 26 C 31 13F 18 2A
Octal 203 121 163 0 46 14 61 477 30 52
Binary 10000011 1010001 1110011 0 100110 1100 110001 100111111 11000 101010

Color Harmonies of #835173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835173

Black with #835173

Text Example


Text Example

White with #835173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835173; }

 p { color: rgb(131,81,115); }

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

background-color css

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

 a { background-color: rgb(131,81,115); }

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

border-color css

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

 span { border-color: rgb(131,81,115); }

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