Html Css Color HEX #83605B Pharlap

📋 copy color: '#83605B'

red 131 ◦ green 96 ◦ blue 91

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

Shades of Pharlap #83605B

Tints of Pharlap #83605B

RGB

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

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

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

R = 41.19%
G = 30.19%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#83605B (or 0x83605B) is known color: Pharlap. HEX triplet: 83, 60 and 5B. RGB value is (131,96,91). Sum of RGB (Red+Green+Blue) = 131+96+91=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 131 - color contains mainly: red. Hex color #83605B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83605B is #7C9FA4. Grayscale: #696969. Windows color (decimal): -8167333 or 5988483. OLE color: 5988483.

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

Color convert

RGB 131 96 91 -
CMYK 0 0.27 0.31 0.49
HSL 7.5º 0.18% 0.44% -
HSV(B) 7.5º 0.31% 0.51% -
XYZ 15.43 13.95 11.78 -
YUV 105.9 119.6 145.91 -
System Red Green Blue C M Y K H S L
Decimal 131 96 91 0 0.27 0.31 0.49 7.5 0.18 0.44
Hex 83 60 5B 0 1B 1F 31 8 12 2C
Octal 203 140 133 0 33 37 61 10 22 54
Binary 10000011 1100000 1011011 0 11011 11111 110001 1000 10010 101100

Color Harmonies of #83605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83605B

Black with #83605B

Text Example


Text Example

White with #83605B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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