Html Css Color HEX #842358 Rose Bud Cherry

📋 copy color: '#842358'

red 132 ◦ green 35 ◦ blue 88

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

Shades of Rose Bud Cherry #842358

Tints of Rose Bud Cherry #842358

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.73%

 BLUE value IS 88 (34.77% from 255) = 34.51%

R = 51.76%
G = 13.73%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#842358 (or 0x842358) is known color: Rose Bud Cherry. HEX triplet: 84, 23 and 58. RGB value is (132,35,88). Sum of RGB (Red+Green+Blue) = 132+35+88=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #842358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842358 is #7BDCA7. Grayscale: #454545. Windows color (decimal): -8117416 or 5776260. OLE color: 5776260.

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

Color convert

RGB 132 35 88 -
CMYK 0 0.73 0.33 0.48
HSL 327.22º 0.58% 0.33% -
HSV(B) 327.22º 0.73% 0.52% -
XYZ 11.88 6.81 9.92 -
YUV 70.05 138.14 172.19 -
System Red Green Blue C M Y K H S L
Decimal 132 35 88 0 0.73 0.33 0.48 327.22 0.58 0.33
Hex 84 23 58 0 49 21 30 147 3A 21
Octal 204 43 130 0 111 41 60 507 72 41
Binary 10000100 100011 1011000 0 1001001 100001 110000 101000111 111010 100001

Color Harmonies of #842358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842358

Black with #842358

Text Example


Text Example

White with #842358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842358; }

 p { color: rgb(132,35,88); }

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

background-color css

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

 a { background-color: rgb(132,35,88); }

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

border-color css

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

 span { border-color: rgb(132,35,88); }

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