Html Css Color HEX #83415E Cosmic

📋 copy color: '#83415E'

red 131 ◦ green 65 ◦ blue 94

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

Shades of Cosmic #83415E

Tints of Cosmic #83415E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.41%

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

R = 45.17%
G = 22.41%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#83415E (or 0x83415E) is known color: Cosmic. HEX triplet: 83, 41 and 5E. RGB value is (131,65,94). Sum of RGB (Red+Green+Blue) = 131+65+94=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 131 - color contains mainly: red. Hex color #83415E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83415E is #7CBEA1. Grayscale: #575757. Windows color (decimal): -8175266 or 6177155. OLE color: 6177155.

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

Color convert

RGB 131 65 94 -
CMYK 0 0.50 0.28 0.49
HSL 333.64º 0.34% 0.38% -
HSV(B) 333.64º 0.5% 0.51% -
XYZ 13.27 9.41 11.71 -
YUV 88.04 131.37 158.64 -
System Red Green Blue C M Y K H S L
Decimal 131 65 94 0 0.50 0.28 0.49 333.64 0.34 0.38
Hex 83 41 5E 0 32 1C 31 14E 22 26
Octal 203 101 136 0 62 34 61 516 42 46
Binary 10000011 1000001 1011110 0 110010 11100 110001 101001110 100010 100110

Color Harmonies of #83415E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83415E

Black with #83415E

Text Example


Text Example

White with #83415E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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