Html Css Color HEX #884346 Solid Pink

📋 copy color: '#884346'

red 136 ◦ green 67 ◦ blue 70

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

Shades of Solid Pink #884346

Tints of Solid Pink #884346

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.54%

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

R = 49.82%
G = 24.54%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#884346 (or 0x884346) is known color: Solid Pink. HEX triplet: 88, 43 and 46. RGB value is (136,67,70). Sum of RGB (Red+Green+Blue) = 136+67+70=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #884346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884346 is #77BCB9. Grayscale: #585858. Windows color (decimal): -7847098 or 4604808. OLE color: 4604808.

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

Color convert

RGB 136 67 70 -
CMYK 0 0.51 0.49 0.47
HSL 357.39º 0.34% 0.4% -
HSV(B) 357.39º 0.51% 0.53% -
XYZ 13.27 9.69 6.97 -
YUV 87.97 117.86 162.26 -
System Red Green Blue C M Y K H S L
Decimal 136 67 70 0 0.51 0.49 0.47 357.39 0.34 0.4
Hex 88 43 46 0 33 31 2F 165 22 28
Octal 210 103 106 0 63 61 57 545 42 50
Binary 10001000 1000011 1000110 0 110011 110001 101111 101100101 100010 101000

Color Harmonies of #884346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884346

Black with #884346

Text Example


Text Example

White with #884346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884346; }

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

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

background-color css

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

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

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

border-color css

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

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

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