Html Css Color HEX #84424B Solid Pink

📋 copy color: '#84424B'

red 132 ◦ green 66 ◦ blue 75

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

Shades of Solid Pink #84424B

Tints of Solid Pink #84424B

RGB

 RED value IS 132 (51.95% from 255) = 48.35%

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

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

R = 48.35%
G = 24.18%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#84424B (or 0x84424B) is known color: Solid Pink. HEX triplet: 84, 42 and 4B. RGB value is (132,66,75). Sum of RGB (Red+Green+Blue) = 132+66+75=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #84424B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84424B is #7BBDB4. Grayscale: #565656. Windows color (decimal): -8109493 or 4932228. OLE color: 4932228.

HSL color Cylindrical-coordinate representation of color #84424B: hue angle of 351.82º degrees, saturation: 0.33, 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 #84424B is Cyan = 0, Magento = 0.5, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 66 75 -
CMYK 0 0.5 0.43 0.48
HSL 351.82º 0.33% 0.39% -
HSV(B) 351.82º 0.5% 0.52% -
XYZ 12.73 9.31 7.78 -
YUV 86.76 121.37 160.27 -
System Red Green Blue C M Y K H S L
Decimal 132 66 75 0 0.5 0.43 0.48 351.82 0.33 0.39
Hex 84 42 4B 0 32 2B 30 160 21 27
Octal 204 102 113 0 62 53 60 540 41 47
Binary 10000100 1000010 1001011 0 110010 101011 110000 101100000 100001 100111

Color Harmonies of #84424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84424B

Black with #84424B

Text Example


Text Example

White with #84424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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