Html Css Color HEX #834160 Cosmic

📋 copy color: '#834160'

red 131 ◦ green 65 ◦ blue 96

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

Shades of Cosmic #834160

Tints of Cosmic #834160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.88%

R = 44.86%
G = 22.26%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#834160 (or 0x834160) is known color: Cosmic. HEX triplet: 83, 41 and 60. RGB value is (131,65,96). Sum of RGB (Red+Green+Blue) = 131+65+96=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 131 - color contains mainly: red. Hex color #834160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834160 is #7CBE9F. Grayscale: #585858. Windows color (decimal): -8175264 or 6308227. OLE color: 6308227.

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

Color convert

RGB 131 65 96 -
CMYK 0 0.50 0.27 0.49
HSL 331.82º 0.34% 0.38% -
HSV(B) 331.82º 0.5% 0.51% -
XYZ 13.36 9.45 12.19 -
YUV 88.27 132.37 158.48 -
System Red Green Blue C M Y K H S L
Decimal 131 65 96 0 0.50 0.27 0.49 331.82 0.34 0.38
Hex 83 41 60 0 32 1B 31 14C 22 26
Octal 203 101 140 0 62 33 61 514 42 46
Binary 10000011 1000001 1100000 0 110010 11011 110001 101001100 100010 100110

Color Harmonies of #834160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834160

Black with #834160

Text Example


Text Example

White with #834160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834160; }

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

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

background-color css

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

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

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

border-color css

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

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

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