Html Css Color HEX #834065 Cosmic

📋 copy color: '#834065'

red 131 ◦ green 64 ◦ blue 101

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

Shades of Cosmic #834065

Tints of Cosmic #834065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.12%

R = 44.26%
G = 21.62%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#834065 (or 0x834065) is known color: Cosmic. HEX triplet: 83, 40 and 65. RGB value is (131,64,101). Sum of RGB (Red+Green+Blue) = 131+64+101=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #834065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834065 is #7CBF9A. Grayscale: #585858. Windows color (decimal): -8175515 or 6635651. OLE color: 6635651.

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

Color convert

RGB 131 64 101 -
CMYK 0 0.51 0.23 0.49
HSL 326.87º 0.34% 0.38% -
HSV(B) 326.87º 0.51% 0.51% -
XYZ 13.54 9.43 13.42 -
YUV 88.25 135.2 158.49 -
System Red Green Blue C M Y K H S L
Decimal 131 64 101 0 0.51 0.23 0.49 326.87 0.34 0.38
Hex 83 40 65 0 33 17 31 147 22 26
Octal 203 100 145 0 63 27 61 507 42 46
Binary 10000011 1000000 1100101 0 110011 10111 110001 101000111 100010 100110

Color Harmonies of #834065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834065

Black with #834065

Text Example


Text Example

White with #834065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834065; }

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

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

background-color css

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

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

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

border-color css

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

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

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