Html Css Color HEX #85416B Cosmic

📋 copy color: '#85416B'

red 133 ◦ green 65 ◦ blue 107

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

Shades of Cosmic #85416B

Tints of Cosmic #85416B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.31%

 BLUE value IS 107 (42.19% from 255) = 35.08%

R = 43.61%
G = 21.31%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85416B (or 0x85416B) is known color: Cosmic. HEX triplet: 85, 41 and 6B. RGB value is (133,65,107). Sum of RGB (Red+Green+Blue) = 133+65+107=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #85416B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85416B is #7ABE94. Grayscale: #5A5A5A. Windows color (decimal): -8044181 or 7029125. OLE color: 7029125.

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

Color convert

RGB 133 65 107 -
CMYK 0 0.51 0.20 0.48
HSL 322.94º 0.34% 0.39% -
HSV(B) 322.94º 0.51% 0.52% -
XYZ 14.22 9.83 15.06 -
YUV 90.12 137.53 158.58 -
System Red Green Blue C M Y K H S L
Decimal 133 65 107 0 0.51 0.20 0.48 322.94 0.34 0.39
Hex 85 41 6B 0 33 14 30 143 22 27
Octal 205 101 153 0 63 24 60 503 42 47
Binary 10000101 1000001 1101011 0 110011 10100 110000 101000011 100010 100111

Color Harmonies of #85416B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85416B

Black with #85416B

Text Example


Text Example

White with #85416B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85416B; }

 p { color: rgb(133,65,107); }

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

background-color css

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

 a { background-color: rgb(133,65,107); }

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

border-color css

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

 span { border-color: rgb(133,65,107); }

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