Html Css Color HEX #854063 Cosmic

📋 copy color: '#854063'

red 133 ◦ green 64 ◦ blue 99

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

Shades of Cosmic #854063

Tints of Cosmic #854063

RGB

 RED value IS 133 (52.34% from 255) = 44.93%

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

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

R = 44.93%
G = 21.62%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#854063 (or 0x854063) is known color: Cosmic. HEX triplet: 85, 40 and 63. RGB value is (133,64,99). Sum of RGB (Red+Green+Blue) = 133+64+99=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #854063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854063 is #7ABF9C. Grayscale: #585858. Windows color (decimal): -8044445 or 6504581. OLE color: 6504581.

HSL color Cylindrical-coordinate representation of color #854063: hue angle of 329.57º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #854063 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 64 99 -
CMYK 0 0.52 0.26 0.48
HSL 329.57º 0.35% 0.39% -
HSV(B) 329.57º 0.52% 0.52% -
XYZ 13.76 9.55 12.92 -
YUV 88.62 133.86 159.65 -
System Red Green Blue C M Y K H S L
Decimal 133 64 99 0 0.52 0.26 0.48 329.57 0.35 0.39
Hex 85 40 63 0 34 1A 30 14A 23 27
Octal 205 100 143 0 64 32 60 512 43 47
Binary 10000101 1000000 1100011 0 110100 11010 110000 101001010 100011 100111

Color Harmonies of #854063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854063

Black with #854063

Text Example


Text Example

White with #854063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854063; }

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

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

background-color css

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

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

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

border-color css

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

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

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