Html Css Color HEX #83615D Pharlap

📋 copy color: '#83615D'

red 131 ◦ green 97 ◦ blue 93

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

Shades of Pharlap #83615D

Tints of Pharlap #83615D

RGB

 RED value IS 131 (51.56% from 255) = 40.81%

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

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

R = 40.81%
G = 30.22%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#83615D (or 0x83615D) is known color: Pharlap. HEX triplet: 83, 61 and 5D. RGB value is (131,97,93). Sum of RGB (Red+Green+Blue) = 131+97+93=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 131 - color contains mainly: red. Hex color #83615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83615D is #7C9EA2. Grayscale: #6A6A6A. Windows color (decimal): -8167075 or 6119811. OLE color: 6119811.

HSL color Cylindrical-coordinate representation of color #83615D: hue angle of 6.32º 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 #83615D is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 97 93 -
CMYK 0 0.26 0.29 0.49
HSL 6.32º 0.17% 0.44% -
HSV(B) 6.32º 0.29% 0.51% -
XYZ 15.61 14.17 12.27 -
YUV 106.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 131 97 93 0 0.26 0.29 0.49 6.32 0.17 0.44
Hex 83 61 5D 0 1A 1D 31 6 11 2C
Octal 203 141 135 0 32 35 61 6 21 54
Binary 10000011 1100001 1011101 0 11010 11101 110001 110 10001 101100

Color Harmonies of #83615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83615D

Black with #83615D

Text Example


Text Example

White with #83615D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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