Html Css Color HEX #834063 Cosmic

📋 copy color: '#834063'

red 131 ◦ green 64 ◦ blue 99

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

Shades of Cosmic #834063

Tints of Cosmic #834063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.67%

R = 44.56%
G = 21.77%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#834063 (or 0x834063) is known color: Cosmic. HEX triplet: 83, 40 and 63. RGB value is (131,64,99). Sum of RGB (Red+Green+Blue) = 131+64+99=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 131 - color contains mainly: red. Hex color #834063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834063 is #7CBF9C. Grayscale: #575757. Windows color (decimal): -8175517 or 6504579. OLE color: 6504579.

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

Color convert

RGB 131 64 99 -
CMYK 0 0.51 0.24 0.49
HSL 328.66º 0.34% 0.38% -
HSV(B) 328.66º 0.51% 0.51% -
XYZ 13.45 9.39 12.91 -
YUV 88.02 134.2 158.65 -
System Red Green Blue C M Y K H S L
Decimal 131 64 99 0 0.51 0.24 0.49 328.66 0.34 0.38
Hex 83 40 63 0 33 18 31 149 22 26
Octal 203 100 143 0 63 30 61 511 42 46
Binary 10000011 1000000 1100011 0 110011 11000 110001 101001001 100010 100110

Color Harmonies of #834063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834063

Black with #834063

Text Example


Text Example

White with #834063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834063; }

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

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

background-color css

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

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

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

border-color css

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

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

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