Html Css Color HEX #842151 Rose Bud Cherry

📋 copy color: '#842151'

red 132 ◦ green 33 ◦ blue 81

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

Shades of Rose Bud Cherry #842151

Tints of Rose Bud Cherry #842151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.41%

 BLUE value IS 81 (32.03% from 255) = 32.93%

R = 53.66%
G = 13.41%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#842151 (or 0x842151) is known color: Rose Bud Cherry. HEX triplet: 84, 21 and 51. RGB value is (132,33,81). Sum of RGB (Red+Green+Blue) = 132+33+81=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #842151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842151 is #7BDEAE. Grayscale: #434343. Windows color (decimal): -8117935 or 5316996. OLE color: 5316996.

HSL color Cylindrical-coordinate representation of color #842151: hue angle of 330.91º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842151 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 33 81 -
CMYK 0 0.75 0.39 0.48
HSL 330.91º 0.6% 0.32% -
HSV(B) 330.91º 0.75% 0.52% -
XYZ 11.54 6.59 8.45 -
YUV 68.07 135.3 173.6 -
System Red Green Blue C M Y K H S L
Decimal 132 33 81 0 0.75 0.39 0.48 330.91 0.6 0.32
Hex 84 21 51 0 4B 27 30 14B 3C 20
Octal 204 41 121 0 113 47 60 513 74 40
Binary 10000100 100001 1010001 0 1001011 100111 110000 101001011 111100 100000

Color Harmonies of #842151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842151

Black with #842151

Text Example


Text Example

White with #842151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842151; }

 p { color: rgb(132,33,81); }

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

background-color css

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

 a { background-color: rgb(132,33,81); }

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

border-color css

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

 span { border-color: rgb(132,33,81); }

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