Html Css Color HEX #834062 Cosmic

📋 copy color: '#834062'

red 131 ◦ green 64 ◦ blue 98

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

Shades of Cosmic #834062

Tints of Cosmic #834062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.45%

R = 44.71%
G = 21.84%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#834062 (or 0x834062) is known color: Cosmic. HEX triplet: 83, 40 and 62. RGB value is (131,64,98). Sum of RGB (Red+Green+Blue) = 131+64+98=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #834062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834062 is #7CBF9D. Grayscale: #575757. Windows color (decimal): -8175518 or 6439043. OLE color: 6439043.

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

Color convert

RGB 131 64 98 -
CMYK 0 0.51 0.25 0.49
HSL 329.55º 0.34% 0.38% -
HSV(B) 329.55º 0.51% 0.51% -
XYZ 13.4 9.37 12.66 -
YUV 87.91 133.7 158.74 -
System Red Green Blue C M Y K H S L
Decimal 131 64 98 0 0.51 0.25 0.49 329.55 0.34 0.38
Hex 83 40 62 0 33 19 31 14A 22 26
Octal 203 100 142 0 63 31 61 512 42 46
Binary 10000011 1000000 1100010 0 110011 11001 110001 101001010 100010 100110

Color Harmonies of #834062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834062

Black with #834062

Text Example


Text Example

White with #834062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834062; }

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

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

background-color css

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

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

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

border-color css

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

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

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