Html Css Color HEX #83475D Cosmic

📋 copy color: '#83475D'

red 131 ◦ green 71 ◦ blue 93

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

Shades of Cosmic #83475D

Tints of Cosmic #83475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.07%

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

R = 44.41%
G = 24.07%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#83475D (or 0x83475D) is known color: Cosmic. HEX triplet: 83, 47 and 5D. RGB value is (131,71,93). Sum of RGB (Red+Green+Blue) = 131+71+93=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 131 - color contains mainly: red. Hex color #83475D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83475D is #7CB8A2. Grayscale: #5B5B5B. Windows color (decimal): -8173731 or 6113155. OLE color: 6113155.

HSL color Cylindrical-coordinate representation of color #83475D: hue angle of 338º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83475D is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 71 93 -
CMYK 0 0.46 0.29 0.49
HSL 338º 0.3% 0.4% -
HSV(B) 338º 0.46% 0.51% -
XYZ 13.59 10.12 11.59 -
YUV 91.45 128.88 156.21 -
System Red Green Blue C M Y K H S L
Decimal 131 71 93 0 0.46 0.29 0.49 338 0.3 0.4
Hex 83 47 5D 0 2E 1D 31 152 1E 28
Octal 203 107 135 0 56 35 61 522 36 50
Binary 10000011 1000111 1011101 0 101110 11101 110001 101010010 11110 101000

Color Harmonies of #83475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83475D

Black with #83475D

Text Example


Text Example

White with #83475D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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