Html Css Color HEX #854249 Solid Pink

📋 copy color: '#854249'

red 133 ◦ green 66 ◦ blue 73

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

Shades of Solid Pink #854249

Tints of Solid Pink #854249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.26%

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

R = 48.9%
G = 24.26%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#854249 (or 0x854249) is known color: Solid Pink. HEX triplet: 85, 42 and 49. RGB value is (133,66,73). Sum of RGB (Red+Green+Blue) = 133+66+73=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #854249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854249 is #7ABDB6. Grayscale: #565656. Windows color (decimal): -8043959 or 4801157. OLE color: 4801157.

HSL color Cylindrical-coordinate representation of color #854249: hue angle of 353.73º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #854249 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 66 73 -
CMYK 0 0.50 0.45 0.48
HSL 353.73º 0.34% 0.39% -
HSV(B) 353.73º 0.5% 0.52% -
XYZ 12.82 9.36 7.43 -
YUV 86.83 120.2 160.93 -
System Red Green Blue C M Y K H S L
Decimal 133 66 73 0 0.50 0.45 0.48 353.73 0.34 0.39
Hex 85 42 49 0 32 2D 30 162 22 27
Octal 205 102 111 0 62 55 60 542 42 47
Binary 10000101 1000010 1001001 0 110010 101101 110000 101100010 100010 100111

Color Harmonies of #854249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854249

Black with #854249

Text Example


Text Example

White with #854249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854249; }

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

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

background-color css

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

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

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

border-color css

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

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

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