Html Css Color HEX #834359 Cosmic

📋 copy color: '#834359'

red 131 ◦ green 67 ◦ blue 89

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

Shades of Cosmic #834359

Tints of Cosmic #834359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.34%

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

R = 45.64%
G = 23.34%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#834359 (or 0x834359) is known color: Cosmic. HEX triplet: 83, 43 and 59. RGB value is (131,67,89). Sum of RGB (Red+Green+Blue) = 131+67+89=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #834359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834359 is #7CBCA6. Grayscale: #585858. Windows color (decimal): -8174759 or 5849987. OLE color: 5849987.

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

Color convert

RGB 131 67 89 -
CMYK 0 0.49 0.32 0.49
HSL 339.38º 0.32% 0.39% -
HSV(B) 339.38º 0.49% 0.51% -
XYZ 13.17 9.56 10.6 -
YUV 88.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 131 67 89 0 0.49 0.32 0.49 339.38 0.32 0.39
Hex 83 43 59 0 31 20 31 153 20 27
Octal 203 103 131 0 61 40 61 523 40 47
Binary 10000011 1000011 1011001 0 110001 100000 110001 101010011 100000 100111

Color Harmonies of #834359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834359

Black with #834359

Text Example


Text Example

White with #834359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834359; }

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

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

background-color css

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

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

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

border-color css

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

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

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