Html Css Color HEX #831357 Rose Bud Cherry

📋 copy color: '#831357'

red 131 ◦ green 19 ◦ blue 87

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

Shades of Rose Bud Cherry #831357

Tints of Rose Bud Cherry #831357

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.02%

 BLUE value IS 87 (34.38% from 255) = 36.71%

R = 55.27%
G = 8.02%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#831357 (or 0x831357) is known color: Rose Bud Cherry. HEX triplet: 83, 13 and 57. RGB value is (131,19,87). Sum of RGB (Red+Green+Blue) = 131+19+87=237 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.27% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 131 - color contains mainly: red. Hex color #831357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831357 is #7CECA8. Grayscale: #3C3C3C. Windows color (decimal): -8187049 or 5706627. OLE color: 5706627.

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

Color convert

RGB 131 19 87 -
CMYK 0 0.85 0.34 0.49
HSL 323.57º 0.75% 0.29% -
HSV(B) 323.57º 0.85% 0.51% -
XYZ 11.31 5.98 9.57 -
YUV 60.24 143.11 178.47 -
System Red Green Blue C M Y K H S L
Decimal 131 19 87 0 0.85 0.34 0.49 323.57 0.75 0.29
Hex 83 13 57 0 55 22 31 144 4B 1D
Octal 203 23 127 0 125 42 61 504 113 35
Binary 10000011 10011 1010111 0 1010101 100010 110001 101000100 1001011 11101

Color Harmonies of #831357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831357

Black with #831357

Text Example


Text Example

White with #831357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831357; }

 p { color: rgb(131,19,87); }

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

background-color css

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

 a { background-color: rgb(131,19,87); }

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

border-color css

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

 span { border-color: rgb(131,19,87); }

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