Html Css Color HEX #853F63 Cosmic

📋 copy color: '#853F63'

red 133 ◦ green 63 ◦ blue 99

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

Shades of Cosmic #853F63

Tints of Cosmic #853F63

RGB

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

 GREEN value IS 63 (25% from 255) = 21.36%

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

R = 45.08%
G = 21.36%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#853F63 (or 0x853F63) is known color: Cosmic. HEX triplet: 85, 3F and 63. RGB value is (133,63,99). Sum of RGB (Red+Green+Blue) = 133+63+99=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #853F63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853F63 is #7AC09C. Grayscale: #575757. Windows color (decimal): -8044701 or 6504325. OLE color: 6504325.

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

Color convert

RGB 133 63 99 -
CMYK 0 0.53 0.26 0.48
HSL 329.14º 0.36% 0.38% -
HSV(B) 329.14º 0.53% 0.52% -
XYZ 13.7 9.44 12.9 -
YUV 88.03 134.19 160.07 -
System Red Green Blue C M Y K H S L
Decimal 133 63 99 0 0.53 0.26 0.48 329.14 0.36 0.38
Hex 85 3F 63 0 35 1A 30 149 24 26
Octal 205 77 143 0 65 32 60 511 44 46
Binary 10000101 111111 1100011 0 110101 11010 110000 101001001 100100 100110

Color Harmonies of #853F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F63

Black with #853F63

Text Example


Text Example

White with #853F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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