Html Css Color HEX #85425C Cosmic

📋 copy color: '#85425C'

red 133 ◦ green 66 ◦ blue 92

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

Shades of Cosmic #85425C

Tints of Cosmic #85425C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.68%

 BLUE value IS 92 (36.33% from 255) = 31.62%

R = 45.7%
G = 22.68%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#85425C (or 0x85425C) is known color: Cosmic. HEX triplet: 85, 42 and 5C. RGB value is (133,66,92). Sum of RGB (Red+Green+Blue) = 133+66+92=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #85425C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85425C is #7ABDA3. Grayscale: #585858. Windows color (decimal): -8043940 or 6046341. OLE color: 6046341.

HSL color Cylindrical-coordinate representation of color #85425C: hue angle of 336.72º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85425C is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 66 92 -
CMYK 0 0.50 0.31 0.48
HSL 336.72º 0.34% 0.39% -
HSV(B) 336.72º 0.5% 0.52% -
XYZ 13.55 9.66 11.27 -
YUV 89 129.7 159.39 -
System Red Green Blue C M Y K H S L
Decimal 133 66 92 0 0.50 0.31 0.48 336.72 0.34 0.39
Hex 85 42 5C 0 32 1F 30 151 22 27
Octal 205 102 134 0 62 37 60 521 42 47
Binary 10000101 1000010 1011100 0 110010 11111 110000 101010001 100010 100111

Color Harmonies of #85425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85425C

Black with #85425C

Text Example


Text Example

White with #85425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85425C; }

 p { color: rgb(133,66,92); }

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

background-color css

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

 a { background-color: rgb(133,66,92); }

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

border-color css

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

 span { border-color: rgb(133,66,92); }

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