Html Css Color HEX #85625E Pharlap

📋 copy color: '#85625E'

red 133 ◦ green 98 ◦ blue 94

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

Shades of Pharlap #85625E

Tints of Pharlap #85625E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.15%

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

R = 40.92%
G = 30.15%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85625E (or 0x85625E) is known color: Pharlap. HEX triplet: 85, 62 and 5E. RGB value is (133,98,94). Sum of RGB (Red+Green+Blue) = 133+98+94=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #85625E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85625E is #7A9DA1. Grayscale: #6C6C6C. Windows color (decimal): -8035746 or 6185605. OLE color: 6185605.

HSL color Cylindrical-coordinate representation of color #85625E: hue angle of 6.15º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85625E is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 98 94 -
CMYK 0 0.26 0.29 0.48
HSL 6.15º 0.17% 0.45% -
HSV(B) 6.15º 0.29% 0.52% -
XYZ 16.06 14.53 12.55 -
YUV 108.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 133 98 94 0 0.26 0.29 0.48 6.15 0.17 0.45
Hex 85 62 5E 0 1A 1D 30 6 11 2D
Octal 205 142 136 0 32 35 60 6 21 55
Binary 10000101 1100010 1011110 0 11010 11101 110000 110 10001 101101

Color Harmonies of #85625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85625E

Black with #85625E

Text Example


Text Example

White with #85625E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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