Html Css Color HEX #835172 Cosmic

📋 copy color: '#835172'

red 131 ◦ green 81 ◦ blue 114

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

Shades of Cosmic #835172

Tints of Cosmic #835172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.97%

R = 40.18%
G = 24.85%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#835172 (or 0x835172) is known color: Cosmic. HEX triplet: 83, 51 and 72. RGB value is (131,81,114). Sum of RGB (Red+Green+Blue) = 131+81+114=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 131 - color contains mainly: red. Hex color #835172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835172 is #7CAE8D. Grayscale: #636363. Windows color (decimal): -8171150 or 7491971. OLE color: 7491971.

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

Color convert

RGB 131 81 114 -
CMYK 0 0.38 0.13 0.49
HSL 320.4º 0.24% 0.42% -
HSV(B) 320.4º 0.38% 0.51% -
XYZ 15.34 11.93 17.41 -
YUV 99.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 131 81 114 0 0.38 0.13 0.49 320.4 0.24 0.42
Hex 83 51 72 0 26 D 31 140 18 2A
Octal 203 121 162 0 46 15 61 500 30 52
Binary 10000011 1010001 1110010 0 100110 1101 110001 101000000 11000 101010

Color Harmonies of #835172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835172

Black with #835172

Text Example


Text Example

White with #835172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835172; }

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

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

background-color css

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

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

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

border-color css

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

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

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