Html Css Color HEX #835871 Cosmic

📋 copy color: '#835871'

red 131 ◦ green 88 ◦ blue 113

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

Shades of Cosmic #835871

Tints of Cosmic #835871

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.51%

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

R = 39.46%
G = 26.51%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#835871 (or 0x835871) is known color: Cosmic. HEX triplet: 83, 58 and 71. RGB value is (131,88,113). Sum of RGB (Red+Green+Blue) = 131+88+113=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 131 - color contains mainly: red. Hex color #835871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835871 is #7CA78E. Grayscale: #676767. Windows color (decimal): -8169359 or 7428227. OLE color: 7428227.

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

Color convert

RGB 131 88 113 -
CMYK 0 0.33 0.14 0.49
HSL 325.12º 0.2% 0.43% -
HSV(B) 325.12º 0.33% 0.51% -
XYZ 15.83 13 17.3 -
YUV 103.71 133.25 147.47 -
System Red Green Blue C M Y K H S L
Decimal 131 88 113 0 0.33 0.14 0.49 325.12 0.2 0.43
Hex 83 58 71 0 21 E 31 145 14 2B
Octal 203 130 161 0 41 16 61 505 24 53
Binary 10000011 1011000 1110001 0 100001 1110 110001 101000101 10100 101011

Color Harmonies of #835871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835871

Black with #835871

Text Example


Text Example

White with #835871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835871; }

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

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

background-color css

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

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

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

border-color css

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

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

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