Html Css Color HEX #831356 Rose Bud Cherry

📋 copy color: '#831356'

red 131 ◦ green 19 ◦ blue 86

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

Shades of Rose Bud Cherry #831356

Tints of Rose Bud Cherry #831356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 36.44%

R = 55.51%
G = 8.05%
B = 36.44%

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

#831356 (or 0x831356) is known color: Rose Bud Cherry. HEX triplet: 83, 13 and 56. RGB value is (131,19,86). Sum of RGB (Red+Green+Blue) = 131+19+86=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #831356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831356 is #7CECA9. Grayscale: #3B3B3B. Windows color (decimal): -8187050 or 5641091. OLE color: 5641091.

HSL color Cylindrical-coordinate representation of color #831356: hue angle of 324.11º 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 #831356 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 19 86 -
CMYK 0 0.85 0.34 0.49
HSL 324.11º 0.75% 0.29% -
HSV(B) 324.11º 0.85% 0.51% -
XYZ 11.27 5.96 9.36 -
YUV 60.13 142.61 178.55 -
System Red Green Blue C M Y K H S L
Decimal 131 19 86 0 0.85 0.34 0.49 324.11 0.75 0.29
Hex 83 13 56 0 55 22 31 144 4B 1D
Octal 203 23 126 0 125 42 61 504 113 35
Binary 10000011 10011 1010110 0 1010101 100010 110001 101000100 1001011 11101

Color Harmonies of #831356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831356

Black with #831356

Text Example


Text Example

White with #831356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831356; }

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

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

background-color css

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

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

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

border-color css

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

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

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