Html Css Color HEX #831455 Rose Bud Cherry

📋 copy color: '#831455'

red 131 ◦ green 20 ◦ blue 85

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

Shades of Rose Bud Cherry #831455

Tints of Rose Bud Cherry #831455

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.47%

 BLUE value IS 85 (33.59% from 255) = 36.02%

R = 55.51%
G = 8.47%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#831455 (or 0x831455) is known color: Rose Bud Cherry. HEX triplet: 83, 14 and 55. RGB value is (131,20,85). Sum of RGB (Red+Green+Blue) = 131+20+85=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #831455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831455 is #7CEBAA. Grayscale: #3C3C3C. Windows color (decimal): -8186795 or 5575811. OLE color: 5575811.

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

Color convert

RGB 131 20 85 -
CMYK 0 0.85 0.35 0.49
HSL 324.86º 0.74% 0.3% -
HSV(B) 324.86º 0.85% 0.51% -
XYZ 11.25 5.98 9.16 -
YUV 60.6 141.77 178.21 -
System Red Green Blue C M Y K H S L
Decimal 131 20 85 0 0.85 0.35 0.49 324.86 0.74 0.3
Hex 83 14 55 0 55 23 31 145 4A 1E
Octal 203 24 125 0 125 43 61 505 112 36
Binary 10000011 10100 1010101 0 1010101 100011 110001 101000101 1001010 11110

Color Harmonies of #831455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831455

Black with #831455

Text Example


Text Example

White with #831455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831455; }

 p { color: rgb(131,20,85); }

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

background-color css

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

 a { background-color: rgb(131,20,85); }

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

border-color css

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

 span { border-color: rgb(131,20,85); }

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