Html Css Color HEX #82615D Pharlap

📋 copy color: '#82615D'

red 130 ◦ green 97 ◦ blue 93

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

Shades of Pharlap #82615D

Tints of Pharlap #82615D

RGB

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

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

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

R = 40.63%
G = 30.31%
B = 29.06%

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

#82615D (or 0x82615D) is known color: Pharlap. HEX triplet: 82, 61 and 5D. RGB value is (130,97,93). Sum of RGB (Red+Green+Blue) = 130+97+93=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #82615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82615D is #7D9EA2. Grayscale: #6A6A6A. Windows color (decimal): -8232611 or 6119810. OLE color: 6119810.

HSL color Cylindrical-coordinate representation of color #82615D: hue angle of 6.49º degrees, saturation: 0.17, 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 #82615D is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 97 93 -
CMYK 0 0.25 0.28 0.49
HSL 6.49º 0.17% 0.44% -
HSV(B) 6.49º 0.28% 0.51% -
XYZ 15.46 14.09 12.26 -
YUV 106.41 120.43 144.83 -
System Red Green Blue C M Y K H S L
Decimal 130 97 93 0 0.25 0.28 0.49 6.49 0.17 0.44
Hex 82 61 5D 0 19 1C 31 6 11 2C
Octal 202 141 135 0 31 34 61 6 21 54
Binary 10000010 1100001 1011101 0 11001 11100 110001 110 10001 101100

Color Harmonies of #82615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82615D

Black with #82615D

Text Example


Text Example

White with #82615D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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