Html Css Color HEX #874648 Solid Pink

📋 copy color: '#874648'

red 135 ◦ green 70 ◦ blue 72

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

Shades of Solid Pink #874648

Tints of Solid Pink #874648

RGB

 RED value IS 135 (53.13% from 255) = 48.74%

 GREEN value IS 70 (27.73% from 255) = 25.27%

 BLUE value IS 72 (28.52% from 255) = 25.99%

R = 48.74%
G = 25.27%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#874648 (or 0x874648) is known color: Solid Pink. HEX triplet: 87, 46 and 48. RGB value is (135,70,72). Sum of RGB (Red+Green+Blue) = 135+70+72=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #874648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874648 is #78B9B7. Grayscale: #595959. Windows color (decimal): -7911864 or 4736647. OLE color: 4736647.

HSL color Cylindrical-coordinate representation of color #874648: hue angle of 358.15º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #874648 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 70 72 -
CMYK 0 0.48 0.47 0.47
HSL 358.15º 0.32% 0.4% -
HSV(B) 358.15º 0.48% 0.53% -
XYZ 13.35 10 7.36 -
YUV 89.66 118.03 160.34 -
System Red Green Blue C M Y K H S L
Decimal 135 70 72 0 0.48 0.47 0.47 358.15 0.32 0.4
Hex 87 46 48 0 30 2F 2F 166 20 28
Octal 207 106 110 0 60 57 57 546 40 50
Binary 10000111 1000110 1001000 0 110000 101111 101111 101100110 100000 101000

Color Harmonies of #874648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874648

Black with #874648

Text Example


Text Example

White with #874648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874648; }

 p { color: rgb(135,70,72); }

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

background-color css

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

 a { background-color: rgb(135,70,72); }

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

border-color css

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

 span { border-color: rgb(135,70,72); }

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