Html Css Color HEX #841958 Rose Bud Cherry

📋 copy color: '#841958'

red 132 ◦ green 25 ◦ blue 88

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

Shades of Rose Bud Cherry #841958

Tints of Rose Bud Cherry #841958

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.2%

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

R = 53.88%
G = 10.2%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#841958 (or 0x841958) is known color: Rose Bud Cherry. HEX triplet: 84, 19 and 58. RGB value is (132,25,88). Sum of RGB (Red+Green+Blue) = 132+25+88=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #841958 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841958 is #7BE6A7. Grayscale: #404040. Windows color (decimal): -8119976 or 5773700. OLE color: 5773700.

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

Color convert

RGB 132 25 88 -
CMYK 0 0.81 0.33 0.48
HSL 324.67º 0.68% 0.31% -
HSV(B) 324.67º 0.81% 0.52% -
XYZ 11.62 6.31 9.84 -
YUV 64.18 141.45 176.38 -
System Red Green Blue C M Y K H S L
Decimal 132 25 88 0 0.81 0.33 0.48 324.67 0.68 0.31
Hex 84 19 58 0 51 21 30 145 44 1F
Octal 204 31 130 0 121 41 60 505 104 37
Binary 10000100 11001 1011000 0 1010001 100001 110000 101000101 1000100 11111

Color Harmonies of #841958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841958

Black with #841958

Text Example


Text Example

White with #841958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841958; }

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

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

background-color css

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

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

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

border-color css

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

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

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