Html Css Color HEX #82615E Pharlap

📋 copy color: '#82615E'

red 130 ◦ green 97 ◦ blue 94

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

Shades of Pharlap #82615E

Tints of Pharlap #82615E

RGB

 RED value IS 130 (51.17% from 255) = 40.5%

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

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

R = 40.5%
G = 30.22%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82615E (or 0x82615E) is known color: Pharlap. HEX triplet: 82, 61 and 5E. RGB value is (130,97,94). Sum of RGB (Red+Green+Blue) = 130+97+94=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #82615E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82615E is #7D9EA1. Grayscale: #6A6A6A. Windows color (decimal): -8232610 or 6185346. OLE color: 6185346.

HSL color Cylindrical-coordinate representation of color #82615E: hue angle of 5º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82615E is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 97 94 -
CMYK 0 0.25 0.28 0.49
HSL 0.16% 0.44% -
HSV(B) 0.28% 0.51% -
XYZ 15.5 14.1 12.49 -
YUV 106.53 120.93 144.74 -
System Red Green Blue C M Y K H S L
Decimal 130 97 94 0 0.25 0.28 0.49 5 0.16 0.44
Hex 82 61 5E 0 19 1C 31 5 10 2C
Octal 202 141 136 0 31 34 61 5 20 54
Binary 10000010 1100001 1011110 0 11001 11100 110001 101 10000 101100

Color Harmonies of #82615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82615E

Black with #82615E

Text Example


Text Example

White with #82615E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,97,94); }

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

background-color css

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

 a { background-color: rgb(130,97,94); }

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

border-color css

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

 span { border-color: rgb(130,97,94); }

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