Html Css Color HEX #82615F Pharlap

📋 copy color: '#82615F'

red 130 ◦ green 97 ◦ blue 95

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

Shades of Pharlap #82615F

Tints of Pharlap #82615F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.5%

R = 40.37%
G = 30.12%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#82615F (or 0x82615F) is known color: Pharlap. HEX triplet: 82, 61 and 5F. RGB value is (130,97,95). Sum of RGB (Red+Green+Blue) = 130+97+95=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #82615F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82615F is #7D9EA0. Grayscale: #6A6A6A. Windows color (decimal): -8232609 or 6250882. OLE color: 6250882.

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

Color convert

RGB 130 97 95 -
CMYK 0 0.25 0.27 0.49
HSL 3.43º 0.16% 0.44% -
HSV(B) 3.43º 0.27% 0.51% -
XYZ 15.55 14.12 12.73 -
YUV 106.64 121.43 144.66 -
System Red Green Blue C M Y K H S L
Decimal 130 97 95 0 0.25 0.27 0.49 3.43 0.16 0.44
Hex 82 61 5F 0 19 1B 31 3 10 2C
Octal 202 141 137 0 31 33 61 3 20 54
Binary 10000010 1100001 1011111 0 11001 11011 110001 11 10000 101100

Color Harmonies of #82615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82615F

Black with #82615F

Text Example


Text Example

White with #82615F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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