Html Css Color HEX #884546 Solid Pink

📋 copy color: '#884546'

red 136 ◦ green 69 ◦ blue 70

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

Shades of Solid Pink #884546

Tints of Solid Pink #884546

RGB

 RED value IS 136 (53.52% from 255) = 49.45%

 GREEN value IS 69 (27.34% from 255) = 25.09%

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

R = 49.45%
G = 25.09%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#884546 (or 0x884546) is known color: Solid Pink. HEX triplet: 88, 45 and 46. RGB value is (136,69,70). Sum of RGB (Red+Green+Blue) = 136+69+70=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #884546 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884546 is #77BAB9. Grayscale: #595959. Windows color (decimal): -7846586 or 4605320. OLE color: 4605320.

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

Color convert

RGB 136 69 70 -
CMYK 0 0.49 0.49 0.47
HSL 359.1º 0.33% 0.4% -
HSV(B) 359.1º 0.49% 0.53% -
XYZ 13.39 9.93 7.01 -
YUV 89.15 117.2 161.42 -
System Red Green Blue C M Y K H S L
Decimal 136 69 70 0 0.49 0.49 0.47 359.1 0.33 0.4
Hex 88 45 46 0 31 31 2F 167 21 28
Octal 210 105 106 0 61 61 57 547 41 50
Binary 10001000 1000101 1000110 0 110001 110001 101111 101100111 100001 101000

Color Harmonies of #884546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884546

Black with #884546

Text Example


Text Example

White with #884546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884546; }

 p { color: rgb(136,69,70); }

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

background-color css

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

 a { background-color: rgb(136,69,70); }

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

border-color css

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

 span { border-color: rgb(136,69,70); }

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