Html Css Color HEX #835073 Cosmic

📋 copy color: '#835073'

red 131 ◦ green 80 ◦ blue 115

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

Shades of Cosmic #835073

Tints of Cosmic #835073

RGB

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

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

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

R = 40.18%
G = 24.54%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#835073 (or 0x835073) is known color: Cosmic. HEX triplet: 83, 50 and 73. RGB value is (131,80,115). Sum of RGB (Red+Green+Blue) = 131+80+115=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 131 - color contains mainly: red. Hex color #835073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835073 is #7CAF8C. Grayscale: #636363. Windows color (decimal): -8171405 or 7557251. OLE color: 7557251.

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

Color convert

RGB 131 80 115 -
CMYK 0 0.39 0.12 0.49
HSL 318.82º 0.24% 0.41% -
HSV(B) 318.82º 0.39% 0.51% -
XYZ 15.32 11.8 17.69 -
YUV 99.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 131 80 115 0 0.39 0.12 0.49 318.82 0.24 0.41
Hex 83 50 73 0 27 C 31 13F 18 29
Octal 203 120 163 0 47 14 61 477 30 51
Binary 10000011 1010000 1110011 0 100111 1100 110001 100111111 11000 101001

Color Harmonies of #835073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835073

Black with #835073

Text Example


Text Example

White with #835073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835073; }

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

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

background-color css

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

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

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

border-color css

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

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

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