Html Css Color HEX #83405F Cosmic

📋 copy color: '#83405F'

red 131 ◦ green 64 ◦ blue 95

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

Shades of Cosmic #83405F

Tints of Cosmic #83405F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.76%

R = 45.17%
G = 22.07%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#83405F (or 0x83405F) is known color: Cosmic. HEX triplet: 83, 40 and 5F. RGB value is (131,64,95). Sum of RGB (Red+Green+Blue) = 131+64+95=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 131 - color contains mainly: red. Hex color #83405F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83405F is #7CBFA0. Grayscale: #575757. Windows color (decimal): -8175521 or 6242435. OLE color: 6242435.

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

Color convert

RGB 131 64 95 -
CMYK 0 0.51 0.27 0.49
HSL 332.24º 0.34% 0.38% -
HSV(B) 332.24º 0.51% 0.51% -
XYZ 13.26 9.32 11.93 -
YUV 87.57 132.2 158.98 -
System Red Green Blue C M Y K H S L
Decimal 131 64 95 0 0.51 0.27 0.49 332.24 0.34 0.38
Hex 83 40 5F 0 33 1B 31 14C 22 26
Octal 203 100 137 0 63 33 61 514 42 46
Binary 10000011 1000000 1011111 0 110011 11011 110001 101001100 100010 100110

Color Harmonies of #83405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83405F

Black with #83405F

Text Example


Text Example

White with #83405F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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