Html Css Color HEX #82615C Pharlap

📋 copy color: '#82615C'

red 130 ◦ green 97 ◦ blue 92

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

Shades of Pharlap #82615C

Tints of Pharlap #82615C

RGB

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

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

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

R = 40.75%
G = 30.41%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#82615C (or 0x82615C) is known color: Pharlap. HEX triplet: 82, 61 and 5C. RGB value is (130,97,92). Sum of RGB (Red+Green+Blue) = 130+97+92=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #82615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82615C is #7D9EA3. Grayscale: #6A6A6A. Windows color (decimal): -8232612 or 6054274. OLE color: 6054274.

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

Color convert

RGB 130 97 92 -
CMYK 0 0.25 0.29 0.49
HSL 7.89º 0.17% 0.44% -
HSV(B) 7.89º 0.29% 0.51% -
XYZ 15.41 14.07 12.03 -
YUV 106.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 130 97 92 0 0.25 0.29 0.49 7.89 0.17 0.44
Hex 82 61 5C 0 19 1D 31 8 11 2C
Octal 202 141 134 0 31 35 61 10 21 54
Binary 10000010 1100001 1011100 0 11001 11101 110001 1000 10001 101100

Color Harmonies of #82615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82615C

Black with #82615C

Text Example


Text Example

White with #82615C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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