Html Css Color HEX #83415D Cosmic

📋 copy color: '#83415D'

red 131 ◦ green 65 ◦ blue 93

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

Shades of Cosmic #83415D

Tints of Cosmic #83415D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.18%

R = 45.33%
G = 22.49%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#83415D (or 0x83415D) is known color: Cosmic. HEX triplet: 83, 41 and 5D. RGB value is (131,65,93). Sum of RGB (Red+Green+Blue) = 131+65+93=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 131 - color contains mainly: red. Hex color #83415D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83415D is #7CBEA2. Grayscale: #575757. Windows color (decimal): -8175267 or 6111619. OLE color: 6111619.

HSL color Cylindrical-coordinate representation of color #83415D: hue angle of 334.55º 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 #83415D is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 65 93 -
CMYK 0 0.50 0.29 0.49
HSL 334.55º 0.34% 0.38% -
HSV(B) 334.55º 0.5% 0.51% -
XYZ 13.23 9.4 11.47 -
YUV 87.93 130.87 158.72 -
System Red Green Blue C M Y K H S L
Decimal 131 65 93 0 0.50 0.29 0.49 334.55 0.34 0.38
Hex 83 41 5D 0 32 1D 31 14F 22 26
Octal 203 101 135 0 62 35 61 517 42 46
Binary 10000011 1000001 1011101 0 110010 11101 110001 101001111 100010 100110

Color Harmonies of #83415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83415D

Black with #83415D

Text Example


Text Example

White with #83415D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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