Html Css Color HEX #85425E Cosmic

📋 copy color: '#85425E'

red 133 ◦ green 66 ◦ blue 94

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

Shades of Cosmic #85425E

Tints of Cosmic #85425E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.08%

R = 45.39%
G = 22.53%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85425E (or 0x85425E) is known color: Cosmic. HEX triplet: 85, 42 and 5E. RGB value is (133,66,94). Sum of RGB (Red+Green+Blue) = 133+66+94=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #85425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85425E is #7ABDA1. Grayscale: #595959. Windows color (decimal): -8043938 or 6177413. OLE color: 6177413.

HSL color Cylindrical-coordinate representation of color #85425E: hue angle of 334.93º 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 #85425E is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 66 94 -
CMYK 0 0.50 0.29 0.48
HSL 334.93º 0.34% 0.39% -
HSV(B) 334.93º 0.5% 0.52% -
XYZ 13.64 9.69 11.74 -
YUV 89.23 130.7 159.22 -
System Red Green Blue C M Y K H S L
Decimal 133 66 94 0 0.50 0.29 0.48 334.93 0.34 0.39
Hex 85 42 5E 0 32 1D 30 14F 22 27
Octal 205 102 136 0 62 35 60 517 42 47
Binary 10000101 1000010 1011110 0 110010 11101 110000 101001111 100010 100111

Color Harmonies of #85425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85425E

Black with #85425E

Text Example


Text Example

White with #85425E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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