Html Css Color HEX #835071 Cosmic

📋 copy color: '#835071'

red 131 ◦ green 80 ◦ blue 113

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

Shades of Cosmic #835071

Tints of Cosmic #835071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.69%

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

R = 40.43%
G = 24.69%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#835071 (or 0x835071) is known color: Cosmic. HEX triplet: 83, 50 and 71. RGB value is (131,80,113). Sum of RGB (Red+Green+Blue) = 131+80+113=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #835071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835071 is #7CAF8E. Grayscale: #626262. Windows color (decimal): -8171407 or 7426179. OLE color: 7426179.

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

Color convert

RGB 131 80 113 -
CMYK 0 0.39 0.14 0.49
HSL 321.18º 0.24% 0.41% -
HSV(B) 321.18º 0.39% 0.51% -
XYZ 15.21 11.75 17.09 -
YUV 99.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 131 80 113 0 0.39 0.14 0.49 321.18 0.24 0.41
Hex 83 50 71 0 27 E 31 141 18 29
Octal 203 120 161 0 47 16 61 501 30 51
Binary 10000011 1010000 1110001 0 100111 1110 110001 101000001 11000 101001

Color Harmonies of #835071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835071

Black with #835071

Text Example


Text Example

White with #835071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835071; }

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

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

background-color css

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

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

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

border-color css

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

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

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