Html Css Color HEX #853F62 Cosmic

📋 copy color: '#853F62'

red 133 ◦ green 63 ◦ blue 98

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

Shades of Cosmic #853F62

Tints of Cosmic #853F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.33%

R = 45.24%
G = 21.43%
B = 33.33%

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

#853F62 (or 0x853F62) is known color: Cosmic. HEX triplet: 85, 3F and 62. RGB value is (133,63,98). Sum of RGB (Red+Green+Blue) = 133+63+98=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #853F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853F62 is #7AC09D. Grayscale: #575757. Windows color (decimal): -8044702 or 6438789. OLE color: 6438789.

HSL color Cylindrical-coordinate representation of color #853F62: hue angle of 330º 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 #853F62 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 63 98 -
CMYK 0 0.53 0.26 0.48
HSL 330º 0.36% 0.38% -
HSV(B) 330º 0.53% 0.52% -
XYZ 13.65 9.42 12.65 -
YUV 87.92 133.69 160.15 -
System Red Green Blue C M Y K H S L
Decimal 133 63 98 0 0.53 0.26 0.48 330 0.36 0.38
Hex 85 3F 62 0 35 1A 30 14A 24 26
Octal 205 77 142 0 65 32 60 512 44 46
Binary 10000101 111111 1100010 0 110101 11010 110000 101001010 100100 100110

Color Harmonies of #853F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F62

Black with #853F62

Text Example


Text Example

White with #853F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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