Html Css Color HEX #854248 Solid Pink

📋 copy color: '#854248'

red 133 ◦ green 66 ◦ blue 72

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

Shades of Solid Pink #854248

Tints of Solid Pink #854248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.57%

R = 49.08%
G = 24.35%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#854248 (or 0x854248) is known color: Solid Pink. HEX triplet: 85, 42 and 48. RGB value is (133,66,72). Sum of RGB (Red+Green+Blue) = 133+66+72=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #854248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854248 is #7ABDB7. Grayscale: #565656. Windows color (decimal): -8043960 or 4735621. OLE color: 4735621.

HSL color Cylindrical-coordinate representation of color #854248: hue angle of 354.63º 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 #854248 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 66 72 -
CMYK 0 0.50 0.46 0.48
HSL 354.63º 0.34% 0.39% -
HSV(B) 354.63º 0.5% 0.52% -
XYZ 12.79 9.35 7.26 -
YUV 86.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 133 66 72 0 0.50 0.46 0.48 354.63 0.34 0.39
Hex 85 42 48 0 32 2E 30 163 22 27
Octal 205 102 110 0 62 56 60 543 42 47
Binary 10000101 1000010 1001000 0 110010 101110 110000 101100011 100010 100111

Color Harmonies of #854248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854248

Black with #854248

Text Example


Text Example

White with #854248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854248; }

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

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

background-color css

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

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

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

border-color css

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

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

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