Html Css Color HEX #85424B Solid Pink

📋 copy color: '#85424B'

red 133 ◦ green 66 ◦ blue 75

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

Shades of Solid Pink #85424B

Tints of Solid Pink #85424B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.37%

R = 48.54%
G = 24.09%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85424B (or 0x85424B) is known color: Solid Pink. HEX triplet: 85, 42 and 4B. RGB value is (133,66,75). Sum of RGB (Red+Green+Blue) = 133+66+75=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #85424B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85424B is #7ABDB4. Grayscale: #575757. Windows color (decimal): -8043957 or 4932229. OLE color: 4932229.

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

Color convert

RGB 133 66 75 -
CMYK 0 0.50 0.44 0.48
HSL 351.94º 0.34% 0.39% -
HSV(B) 351.94º 0.5% 0.52% -
XYZ 12.89 9.39 7.79 -
YUV 87.06 121.2 160.77 -
System Red Green Blue C M Y K H S L
Decimal 133 66 75 0 0.50 0.44 0.48 351.94 0.34 0.39
Hex 85 42 4B 0 32 2C 30 160 22 27
Octal 205 102 113 0 62 54 60 540 42 47
Binary 10000101 1000010 1001011 0 110010 101100 110000 101100000 100010 100111

Color Harmonies of #85424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85424B

Black with #85424B

Text Example


Text Example

White with #85424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85424B; }

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

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

background-color css

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

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

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

border-color css

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

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

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