Html Css Color HEX #83546A Cosmic

📋 copy color: '#83546A'

red 131 ◦ green 84 ◦ blue 106

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

Shades of Cosmic #83546A

Tints of Cosmic #83546A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.02%

R = 40.81%
G = 26.17%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#83546A (or 0x83546A) is known color: Cosmic. HEX triplet: 83, 54 and 6A. RGB value is (131,84,106). Sum of RGB (Red+Green+Blue) = 131+84+106=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 131 - color contains mainly: red. Hex color #83546A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83546A is #7CAB95. Grayscale: #646464. Windows color (decimal): -8170390 or 6968451. OLE color: 6968451.

HSL color Cylindrical-coordinate representation of color #83546A: hue angle of 331.91º 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 #83546A is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 84 106 -
CMYK 0 0.36 0.19 0.49
HSL 331.91º 0.22% 0.42% -
HSV(B) 331.91º 0.36% 0.51% -
XYZ 15.13 12.21 15.19 -
YUV 100.56 131.07 149.71 -
System Red Green Blue C M Y K H S L
Decimal 131 84 106 0 0.36 0.19 0.49 331.91 0.22 0.42
Hex 83 54 6A 0 24 13 31 14C 16 2A
Octal 203 124 152 0 44 23 61 514 26 52
Binary 10000011 1010100 1101010 0 100100 10011 110001 101001100 10110 101010

Color Harmonies of #83546A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83546A

Black with #83546A

Text Example


Text Example

White with #83546A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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