Html Css Color HEX #854463 Cosmic

📋 copy color: '#854463'

red 133 ◦ green 68 ◦ blue 99

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

Shades of Cosmic #854463

Tints of Cosmic #854463

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.67%

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

R = 44.33%
G = 22.67%
B = 33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#854463 (or 0x854463) is known color: Cosmic. HEX triplet: 85, 44 and 63. RGB value is (133,68,99). Sum of RGB (Red+Green+Blue) = 133+68+99=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #854463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854463 is #7ABB9C. Grayscale: #5A5A5A. Windows color (decimal): -8043421 or 6505605. OLE color: 6505605.

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

Color convert

RGB 133 68 99 -
CMYK 0 0.49 0.26 0.48
HSL 331.38º 0.32% 0.39% -
HSV(B) 331.38º 0.49% 0.52% -
XYZ 13.99 10.02 13 -
YUV 90.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 133 68 99 0 0.49 0.26 0.48 331.38 0.32 0.39
Hex 85 44 63 0 31 1A 30 14B 20 27
Octal 205 104 143 0 61 32 60 513 40 47
Binary 10000101 1000100 1100011 0 110001 11010 110000 101001011 100000 100111

Color Harmonies of #854463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854463

Black with #854463

Text Example


Text Example

White with #854463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854463; }

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

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

background-color css

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

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

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

border-color css

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

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

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