Html Css Color HEX #874446 Solid Pink

📋 copy color: '#874446'

red 135 ◦ green 68 ◦ blue 70

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

Shades of Solid Pink #874446

Tints of Solid Pink #874446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.91%

 BLUE value IS 70 (27.73% from 255) = 25.64%

R = 49.45%
G = 24.91%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#874446 (or 0x874446) is known color: Solid Pink. HEX triplet: 87, 44 and 46. RGB value is (135,68,70). Sum of RGB (Red+Green+Blue) = 135+68+70=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #874446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874446 is #78BBB9. Grayscale: #585858. Windows color (decimal): -7912378 or 4605063. OLE color: 4605063.

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

Color convert

RGB 135 68 70 -
CMYK 0 0.50 0.48 0.47
HSL 358.21º 0.33% 0.4% -
HSV(B) 358.21º 0.5% 0.53% -
XYZ 13.16 9.73 6.98 -
YUV 88.26 117.7 161.34 -
System Red Green Blue C M Y K H S L
Decimal 135 68 70 0 0.50 0.48 0.47 358.21 0.33 0.4
Hex 87 44 46 0 32 30 2F 166 21 28
Octal 207 104 106 0 62 60 57 546 41 50
Binary 10000111 1000100 1000110 0 110010 110000 101111 101100110 100001 101000

Color Harmonies of #874446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874446

Black with #874446

Text Example


Text Example

White with #874446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874446; }

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

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

background-color css

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

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

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

border-color css

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

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

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