Html Css Color HEX #834259 Cosmic

📋 copy color: '#834259'

red 131 ◦ green 66 ◦ blue 89

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

Shades of Cosmic #834259

Tints of Cosmic #834259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.08%

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

R = 45.8%
G = 23.08%
B = 31.12%

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

#834259 (or 0x834259) is known color: Cosmic. HEX triplet: 83, 42 and 59. RGB value is (131,66,89). Sum of RGB (Red+Green+Blue) = 131+66+89=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #834259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834259 is #7CBDA6. Grayscale: #585858. Windows color (decimal): -8175015 or 5849731. OLE color: 5849731.

HSL color Cylindrical-coordinate representation of color #834259: hue angle of 338.77º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #834259 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 66 89 -
CMYK 0 0.50 0.32 0.49
HSL 338.77º 0.33% 0.39% -
HSV(B) 338.77º 0.5% 0.51% -
XYZ 13.11 9.44 10.58 -
YUV 88.06 128.53 158.63 -
System Red Green Blue C M Y K H S L
Decimal 131 66 89 0 0.50 0.32 0.49 338.77 0.33 0.39
Hex 83 42 59 0 32 20 31 153 21 27
Octal 203 102 131 0 62 40 61 523 41 47
Binary 10000011 1000010 1011001 0 110010 100000 110001 101010011 100001 100111

Color Harmonies of #834259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834259

Black with #834259

Text Example


Text Example

White with #834259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834259; }

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

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

background-color css

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

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

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

border-color css

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

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

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