Html Css Color HEX #831554 Rose Bud Cherry

📋 copy color: '#831554'

red 131 ◦ green 21 ◦ blue 84

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

Shades of Rose Bud Cherry #831554

Tints of Rose Bud Cherry #831554

RGB

 RED value IS 131 (51.56% from 255) = 55.51%

 GREEN value IS 21 (8.59% from 255) = 8.9%

 BLUE value IS 84 (33.2% from 255) = 35.59%

R = 55.51%
G = 8.9%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#831554 (or 0x831554) is known color: Rose Bud Cherry. HEX triplet: 83, 15 and 54. RGB value is (131,21,84). Sum of RGB (Red+Green+Blue) = 131+21+84=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #831554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831554 is #7CEAAB. Grayscale: #3C3C3C. Windows color (decimal): -8186540 or 5510531. OLE color: 5510531.

HSL color Cylindrical-coordinate representation of color #831554: hue angle of 325.64º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #831554 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 21 84 -
CMYK 0 0.84 0.36 0.49
HSL 325.64º 0.72% 0.3% -
HSV(B) 325.64º 0.84% 0.51% -
XYZ 11.23 6 8.95 -
YUV 61.07 140.94 177.88 -
System Red Green Blue C M Y K H S L
Decimal 131 21 84 0 0.84 0.36 0.49 325.64 0.72 0.3
Hex 83 15 54 0 54 24 31 146 48 1E
Octal 203 25 124 0 124 44 61 506 110 36
Binary 10000011 10101 1010100 0 1010100 100100 110001 101000110 1001000 11110

Color Harmonies of #831554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831554

Black with #831554

Text Example


Text Example

White with #831554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831554; }

 p { color: rgb(131,21,84); }

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

background-color css

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

 a { background-color: rgb(131,21,84); }

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

border-color css

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

 span { border-color: rgb(131,21,84); }

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