Html Css Color HEX #835271 Cosmic

📋 copy color: '#835271'

red 131 ◦ green 82 ◦ blue 113

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

Shades of Cosmic #835271

Tints of Cosmic #835271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.15%

 BLUE value IS 113 (44.53% from 255) = 34.66%

R = 40.18%
G = 25.15%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#835271 (or 0x835271) is known color: Cosmic. HEX triplet: 83, 52 and 71. RGB value is (131,82,113). Sum of RGB (Red+Green+Blue) = 131+82+113=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 131 - color contains mainly: red. Hex color #835271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835271 is #7CAD8E. Grayscale: #646464. Windows color (decimal): -8170895 or 7426691. OLE color: 7426691.

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

Color convert

RGB 131 82 113 -
CMYK 0 0.37 0.14 0.49
HSL 322.04º 0.23% 0.42% -
HSV(B) 322.04º 0.37% 0.51% -
XYZ 15.36 12.05 17.14 -
YUV 100.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 131 82 113 0 0.37 0.14 0.49 322.04 0.23 0.42
Hex 83 52 71 0 25 E 31 142 17 2A
Octal 203 122 161 0 45 16 61 502 27 52
Binary 10000011 1010010 1110001 0 100101 1110 110001 101000010 10111 101010

Color Harmonies of #835271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835271

Black with #835271

Text Example


Text Example

White with #835271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835271; }

 p { color: rgb(131,82,113); }

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

background-color css

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

 a { background-color: rgb(131,82,113); }

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

border-color css

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

 span { border-color: rgb(131,82,113); }

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