Html Css Color HEX #854649 Solid Pink

📋 copy color: '#854649'

red 133 ◦ green 70 ◦ blue 73

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

Shades of Solid Pink #854649

Tints of Solid Pink #854649

RGB

 RED value IS 133 (52.34% from 255) = 48.19%

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

 BLUE value IS 73 (28.91% from 255) = 26.45%

R = 48.19%
G = 25.36%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#854649 (or 0x854649) is known color: Solid Pink. HEX triplet: 85, 46 and 49. RGB value is (133,70,73). Sum of RGB (Red+Green+Blue) = 133+70+73=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #854649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854649 is #7AB9B6. Grayscale: #595959. Windows color (decimal): -8042935 or 4802181. OLE color: 4802181.

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

Color convert

RGB 133 70 73 -
CMYK 0 0.47 0.45 0.48
HSL 357.14º 0.31% 0.4% -
HSV(B) 357.14º 0.47% 0.52% -
XYZ 13.07 9.85 7.52 -
YUV 89.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 133 70 73 0 0.47 0.45 0.48 357.14 0.31 0.4
Hex 85 46 49 0 2F 2D 30 165 1F 28
Octal 205 106 111 0 57 55 60 545 37 50
Binary 10000101 1000110 1001001 0 101111 101101 110000 101100101 11111 101000

Color Harmonies of #854649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854649

Black with #854649

Text Example


Text Example

White with #854649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854649; }

 p { color: rgb(133,70,73); }

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

background-color css

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

 a { background-color: rgb(133,70,73); }

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

border-color css

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

 span { border-color: rgb(133,70,73); }

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