Html Css Color HEX #82605B Pharlap

📋 copy color: '#82605B'

red 130 ◦ green 96 ◦ blue 91

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

Shades of Pharlap #82605B

Tints of Pharlap #82605B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.28%

 BLUE value IS 91 (35.94% from 255) = 28.71%

R = 41.01%
G = 30.28%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#82605B (or 0x82605B) is known color: Pharlap. HEX triplet: 82, 60 and 5B. RGB value is (130,96,91). Sum of RGB (Red+Green+Blue) = 130+96+91=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #82605B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82605B is #7D9FA4. Grayscale: #696969. Windows color (decimal): -8232869 or 5988482. OLE color: 5988482.

HSL color Cylindrical-coordinate representation of color #82605B: hue angle of 7.69º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82605B is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 96 91 -
CMYK 0 0.26 0.30 0.49
HSL 7.69º 0.18% 0.43% -
HSV(B) 7.69º 0.3% 0.51% -
XYZ 15.28 13.87 11.77 -
YUV 105.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 130 96 91 0 0.26 0.30 0.49 7.69 0.18 0.43
Hex 82 60 5B 0 1A 1E 31 8 12 2B
Octal 202 140 133 0 32 36 61 10 22 53
Binary 10000010 1100000 1011011 0 11010 11110 110001 1000 10010 101011

Color Harmonies of #82605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82605B

Black with #82605B

Text Example


Text Example

White with #82605B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82605B; }

 p { color: rgb(130,96,91); }

 H1.HeaderClassName
 {
   color: #82605B;
 }
 .AnyTagClassName
 {
   color: #82605B;
 }
</style>

background-color css

<style>
 a { background-color: #82605B; }

 a { background-color: rgb(130,96,91); }

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

border-color css

<style>
 span { border-color: #82605B; }

 span { border-color: rgb(130,96,91); }

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