Html Css Color HEX #83546E Cosmic

📋 copy color: '#83546E'

red 131 ◦ green 84 ◦ blue 110

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

Shades of Cosmic #83546E

Tints of Cosmic #83546E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.85%

 BLUE value IS 110 (43.36% from 255) = 33.85%

R = 40.31%
G = 25.85%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#83546E (or 0x83546E) is known color: Cosmic. HEX triplet: 83, 54 and 6E. RGB value is (131,84,110). Sum of RGB (Red+Green+Blue) = 131+84+110=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 131 - color contains mainly: red. Hex color #83546E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83546E is #7CAB91. Grayscale: #646464. Windows color (decimal): -8170386 or 7230595. OLE color: 7230595.

HSL color Cylindrical-coordinate representation of color #83546E: hue angle of 326.81º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83546E is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 84 110 -
CMYK 0 0.36 0.16 0.49
HSL 326.81º 0.22% 0.42% -
HSV(B) 326.81º 0.36% 0.51% -
XYZ 15.34 12.29 16.32 -
YUV 101.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 131 84 110 0 0.36 0.16 0.49 326.81 0.22 0.42
Hex 83 54 6E 0 24 10 31 147 16 2A
Octal 203 124 156 0 44 20 61 507 26 52
Binary 10000011 1010100 1101110 0 100100 10000 110001 101000111 10110 101010

Color Harmonies of #83546E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83546E

Black with #83546E

Text Example


Text Example

White with #83546E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83546E; }

 p { color: rgb(131,84,110); }

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

background-color css

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

 a { background-color: rgb(131,84,110); }

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

border-color css

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

 span { border-color: rgb(131,84,110); }

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