Html Css Color HEX #831350 Rose Bud Cherry

📋 copy color: '#831350'

red 131 ◦ green 19 ◦ blue 80

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

Shades of Rose Bud Cherry #831350

Tints of Rose Bud Cherry #831350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 34.78%

R = 56.96%
G = 8.26%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#831350 (or 0x831350) is known color: Rose Bud Cherry. HEX triplet: 83, 13 and 50. RGB value is (131,19,80). Sum of RGB (Red+Green+Blue) = 131+19+80=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #831350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831350 is #7CECAF. Grayscale: #3B3B3B. Windows color (decimal): -8187056 or 5247875. OLE color: 5247875.

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

Color convert

RGB 131 19 80 -
CMYK 0 0.85 0.39 0.49
HSL 327.32º 0.75% 0.29% -
HSV(B) 327.32º 0.85% 0.51% -
XYZ 11.04 5.87 8.14 -
YUV 59.44 139.61 179.04 -
System Red Green Blue C M Y K H S L
Decimal 131 19 80 0 0.85 0.39 0.49 327.32 0.75 0.29
Hex 83 13 50 0 55 27 31 147 4B 1D
Octal 203 23 120 0 125 47 61 507 113 35
Binary 10000011 10011 1010000 0 1010101 100111 110001 101000111 1001011 11101

Color Harmonies of #831350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831350

Black with #831350

Text Example


Text Example

White with #831350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831350; }

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

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

background-color css

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

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

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

border-color css

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

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

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