Html Css Color HEX #834059 Cosmic

📋 copy color: '#834059'

red 131 ◦ green 64 ◦ blue 89

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

Shades of Cosmic #834059

Tints of Cosmic #834059

RGB

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

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

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

R = 46.13%
G = 22.54%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#834059 (or 0x834059) is known color: Cosmic. HEX triplet: 83, 40 and 59. RGB value is (131,64,89). Sum of RGB (Red+Green+Blue) = 131+64+89=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #834059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834059 is #7CBFA6. Grayscale: #565656. Windows color (decimal): -8175527 or 5849219. OLE color: 5849219.

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

Color convert

RGB 131 64 89 -
CMYK 0 0.51 0.32 0.49
HSL 337.61º 0.34% 0.38% -
HSV(B) 337.61º 0.51% 0.51% -
XYZ 13 9.21 10.54 -
YUV 86.88 129.2 159.47 -
System Red Green Blue C M Y K H S L
Decimal 131 64 89 0 0.51 0.32 0.49 337.61 0.34 0.38
Hex 83 40 59 0 33 20 31 152 22 26
Octal 203 100 131 0 63 40 61 522 42 46
Binary 10000011 1000000 1011001 0 110011 100000 110001 101010010 100010 100110

Color Harmonies of #834059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834059

Black with #834059

Text Example


Text Example

White with #834059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834059; }

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

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

background-color css

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

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

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

border-color css

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

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

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