Html Css Color HEX #80615D Pharlap

📋 copy color: '#80615D'

red 128 ◦ green 97 ◦ blue 93

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

Shades of Pharlap #80615D

Tints of Pharlap #80615D

RGB

 RED value IS 128 (50.39% from 255) = 40.25%

 GREEN value IS 97 (38.28% from 255) = 30.5%

 BLUE value IS 93 (36.72% from 255) = 29.25%

R = 40.25%
G = 30.5%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80615D (or 0x80615D) is known color: Pharlap. HEX triplet: 80, 61 and 5D. RGB value is (128,97,93). Sum of RGB (Red+Green+Blue) = 128+97+93=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 128 - color contains mainly: red. Hex color #80615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80615D is #7F9EA2. Grayscale: #696969. Windows color (decimal): -8363683 or 6119808. OLE color: 6119808.

HSL color Cylindrical-coordinate representation of color #80615D: hue angle of 6.86º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80615D is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 97 93 -
CMYK 0 0.24 0.27 0.50
HSL 6.86º 0.16% 0.43% -
HSV(B) 6.86º 0.27% 0.5% -
XYZ 15.15 13.93 12.25 -
YUV 105.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 128 97 93 0 0.24 0.27 0.50 6.86 0.16 0.43
Hex 80 61 5D 0 18 1B 32 7 10 2B
Octal 200 141 135 0 30 33 62 7 20 53
Binary 10000000 1100001 1011101 0 11000 11011 110010 111 10000 101011

Color Harmonies of #80615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80615D

Black with #80615D

Text Example


Text Example

White with #80615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80615D; }

 p { color: rgb(128,97,93); }

 H1.HeaderClassName
 {
   color: #80615D;
 }
 .AnyTagClassName
 {
   color: #80615D;
 }
</style>

background-color css

<style>
 a { background-color: #80615D; }

 a { background-color: rgb(128,97,93); }

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

border-color css

<style>
 span { border-color: #80615D; }

 span { border-color: rgb(128,97,93); }

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