Html Css Color HEX #854B4D Solid Pink

📋 copy color: '#854B4D'

red 133 ◦ green 75 ◦ blue 77

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

Shades of Solid Pink #854B4D

Tints of Solid Pink #854B4D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.32%

 BLUE value IS 77 (30.47% from 255) = 27.02%

R = 46.67%
G = 26.32%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#854B4D (or 0x854B4D) is known color: Solid Pink. HEX triplet: 85, 4B and 4D. RGB value is (133,75,77). Sum of RGB (Red+Green+Blue) = 133+75+77=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #854B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854B4D is #7AB4B2. Grayscale: #5C5C5C. Windows color (decimal): -8041651 or 5065605. OLE color: 5065605.

HSL color Cylindrical-coordinate representation of color #854B4D: hue angle of 357.93º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #854B4D is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 75 77 -
CMYK 0 0.44 0.42 0.48
HSL 357.93º 0.28% 0.41% -
HSV(B) 357.93º 0.44% 0.52% -
XYZ 13.53 10.55 8.35 -
YUV 92.57 119.22 156.84 -
System Red Green Blue C M Y K H S L
Decimal 133 75 77 0 0.44 0.42 0.48 357.93 0.28 0.41
Hex 85 4B 4D 0 2C 2A 30 166 1C 29
Octal 205 113 115 0 54 52 60 546 34 51
Binary 10000101 1001011 1001101 0 101100 101010 110000 101100110 11100 101001

Color Harmonies of #854B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854B4D

Black with #854B4D

Text Example


Text Example

White with #854B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854B4D; }

 p { color: rgb(133,75,77); }

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

background-color css

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

 a { background-color: rgb(133,75,77); }

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

border-color css

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

 span { border-color: rgb(133,75,77); }

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