Html Css Color HEX #83405E Cosmic

📋 copy color: '#83405E'

red 131 ◦ green 64 ◦ blue 94

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

Shades of Cosmic #83405E

Tints of Cosmic #83405E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.53%

R = 45.33%
G = 22.15%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#83405E (or 0x83405E) is known color: Cosmic. HEX triplet: 83, 40 and 5E. RGB value is (131,64,94). Sum of RGB (Red+Green+Blue) = 131+64+94=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 131 - color contains mainly: red. Hex color #83405E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83405E is #7CBFA1. Grayscale: #575757. Windows color (decimal): -8175522 or 6176899. OLE color: 6176899.

HSL color Cylindrical-coordinate representation of color #83405E: hue angle of 333.13º 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 #83405E is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 64 94 -
CMYK 0 0.51 0.28 0.49
HSL 333.13º 0.34% 0.38% -
HSV(B) 333.13º 0.51% 0.51% -
XYZ 13.21 9.3 11.69 -
YUV 87.45 131.7 159.06 -
System Red Green Blue C M Y K H S L
Decimal 131 64 94 0 0.51 0.28 0.49 333.13 0.34 0.38
Hex 83 40 5E 0 33 1C 31 14D 22 26
Octal 203 100 136 0 63 34 61 515 42 46
Binary 10000011 1000000 1011110 0 110011 11100 110001 101001101 100010 100110

Color Harmonies of #83405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83405E

Black with #83405E

Text Example


Text Example

White with #83405E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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