Html Css Color HEX #83406D Cosmic

📋 copy color: '#83406D'

red 131 ◦ green 64 ◦ blue 109

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

Shades of Cosmic #83406D

Tints of Cosmic #83406D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.05%

 BLUE value IS 109 (42.97% from 255) = 35.86%

R = 43.09%
G = 21.05%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#83406D (or 0x83406D) is known color: Cosmic. HEX triplet: 83, 40 and 6D. RGB value is (131,64,109). Sum of RGB (Red+Green+Blue) = 131+64+109=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #83406D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83406D is #7CBF92. Grayscale: #595959. Windows color (decimal): -8175507 or 7159939. OLE color: 7159939.

HSL color Cylindrical-coordinate representation of color #83406D: hue angle of 319.7º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #83406D is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 64 109 -
CMYK 0 0.51 0.17 0.49
HSL 319.7º 0.34% 0.38% -
HSV(B) 319.7º 0.51% 0.51% -
XYZ 13.95 9.6 15.58 -
YUV 89.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 131 64 109 0 0.51 0.17 0.49 319.7 0.34 0.38
Hex 83 40 6D 0 33 11 31 140 22 26
Octal 203 100 155 0 63 21 61 500 42 46
Binary 10000011 1000000 1101101 0 110011 10001 110001 101000000 100010 100110

Color Harmonies of #83406D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83406D

Black with #83406D

Text Example


Text Example

White with #83406D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83406D; }

 p { color: rgb(131,64,109); }

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

background-color css

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

 a { background-color: rgb(131,64,109); }

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

border-color css

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

 span { border-color: rgb(131,64,109); }

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