Html Css Color HEX #81615D Pharlap

📋 copy color: '#81615D'

red 129 ◦ green 97 ◦ blue 93

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

Shades of Pharlap #81615D

Tints of Pharlap #81615D

RGB

 RED value IS 129 (50.78% from 255) = 40.44%

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

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

R = 40.44%
G = 30.41%
B = 29.15%

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

#81615D (or 0x81615D) is known color: Pharlap. HEX triplet: 81, 61 and 5D. RGB value is (129,97,93). Sum of RGB (Red+Green+Blue) = 129+97+93=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 129 - color contains mainly: red. Hex color #81615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81615D is #7E9EA2. Grayscale: #6A6A6A. Windows color (decimal): -8298147 or 6119809. OLE color: 6119809.

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

Color convert

RGB 129 97 93 -
CMYK 0 0.25 0.28 0.49
HSL 6.67º 0.16% 0.44% -
HSV(B) 6.67º 0.28% 0.51% -
XYZ 15.3 14.01 12.25 -
YUV 106.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 129 97 93 0 0.25 0.28 0.49 6.67 0.16 0.44
Hex 81 61 5D 0 19 1C 31 7 10 2C
Octal 201 141 135 0 31 34 61 7 20 54
Binary 10000001 1100001 1011101 0 11001 11100 110001 111 10000 101100

Color Harmonies of #81615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81615D

Black with #81615D

Text Example


Text Example

White with #81615D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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