Html Css Color HEX #842256 Rose Bud Cherry

📋 copy color: '#842256'

red 132 ◦ green 34 ◦ blue 86

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

Shades of Rose Bud Cherry #842256

Tints of Rose Bud Cherry #842256

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.49%

 BLUE value IS 86 (33.98% from 255) = 34.13%

R = 52.38%
G = 13.49%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#842256 (or 0x842256) is known color: Rose Bud Cherry. HEX triplet: 84, 22 and 56. RGB value is (132,34,86). Sum of RGB (Red+Green+Blue) = 132+34+86=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #842256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842256 is #7BDDA9. Grayscale: #454545. Windows color (decimal): -8117674 or 5644932. OLE color: 5644932.

HSL color Cylindrical-coordinate representation of color #842256: hue angle of 328.16º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #842256 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 34 86 -
CMYK 0 0.74 0.35 0.48
HSL 328.16º 0.59% 0.33% -
HSV(B) 328.16º 0.74% 0.52% -
XYZ 11.77 6.72 9.48 -
YUV 69.23 137.47 172.77 -
System Red Green Blue C M Y K H S L
Decimal 132 34 86 0 0.74 0.35 0.48 328.16 0.59 0.33
Hex 84 22 56 0 4A 23 30 148 3B 21
Octal 204 42 126 0 112 43 60 510 73 41
Binary 10000100 100010 1010110 0 1001010 100011 110000 101001000 111011 100001

Color Harmonies of #842256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842256

Black with #842256

Text Example


Text Example

White with #842256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842256; }

 p { color: rgb(132,34,86); }

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

background-color css

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

 a { background-color: rgb(132,34,86); }

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

border-color css

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

 span { border-color: rgb(132,34,86); }

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