Html Css Color HEX #82625F Pharlap

📋 copy color: '#82625F'

red 130 ◦ green 98 ◦ blue 95

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

Shades of Pharlap #82625F

Tints of Pharlap #82625F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.34%

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

R = 40.25%
G = 30.34%
B = 29.41%

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

#82625F (or 0x82625F) is known color: Pharlap. HEX triplet: 82, 62 and 5F. RGB value is (130,98,95). Sum of RGB (Red+Green+Blue) = 130+98+95=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #82625F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82625F is #7D9DA0. Grayscale: #6B6B6B. Windows color (decimal): -8232353 or 6251138. OLE color: 6251138.

HSL color Cylindrical-coordinate representation of color #82625F: hue angle of 5.14º 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 #82625F is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 98 95 -
CMYK 0 0.25 0.27 0.49
HSL 5.14º 0.16% 0.44% -
HSV(B) 5.14º 0.27% 0.51% -
XYZ 15.64 14.31 12.76 -
YUV 107.23 121.1 144.24 -
System Red Green Blue C M Y K H S L
Decimal 130 98 95 0 0.25 0.27 0.49 5.14 0.16 0.44
Hex 82 62 5F 0 19 1B 31 5 10 2C
Octal 202 142 137 0 31 33 61 5 20 54
Binary 10000010 1100010 1011111 0 11001 11011 110001 101 10000 101100

Color Harmonies of #82625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82625F

Black with #82625F

Text Example


Text Example

White with #82625F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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