Html Css Color HEX #834159 Cosmic

📋 copy color: '#834159'

red 131 ◦ green 65 ◦ blue 89

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

Shades of Cosmic #834159

Tints of Cosmic #834159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.23%

R = 45.96%
G = 22.81%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#834159 (or 0x834159) is known color: Cosmic. HEX triplet: 83, 41 and 59. RGB value is (131,65,89). Sum of RGB (Red+Green+Blue) = 131+65+89=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #834159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834159 is #7CBEA6. Grayscale: #575757. Windows color (decimal): -8175271 or 5849475. OLE color: 5849475.

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

Color convert

RGB 131 65 89 -
CMYK 0 0.50 0.32 0.49
HSL 338.18º 0.34% 0.38% -
HSV(B) 338.18º 0.5% 0.51% -
XYZ 13.05 9.33 10.56 -
YUV 87.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 131 65 89 0 0.50 0.32 0.49 338.18 0.34 0.38
Hex 83 41 59 0 32 20 31 152 22 26
Octal 203 101 131 0 62 40 61 522 42 46
Binary 10000011 1000001 1011001 0 110010 100000 110001 101010010 100010 100110

Color Harmonies of #834159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834159

Black with #834159

Text Example


Text Example

White with #834159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834159; }

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

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

background-color css

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

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

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

border-color css

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

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

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