Html Css Color HEX #831750 Rose Bud Cherry

📋 copy color: '#831750'

red 131 ◦ green 23 ◦ blue 80

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

Shades of Rose Bud Cherry #831750

Tints of Rose Bud Cherry #831750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.83%

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

R = 55.98%
G = 9.83%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#831750 (or 0x831750) is known color: Rose Bud Cherry. HEX triplet: 83, 17 and 50. RGB value is (131,23,80). Sum of RGB (Red+Green+Blue) = 131+23+80=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #831750 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831750 is #7CE8AF. Grayscale: #3D3D3D. Windows color (decimal): -8186032 or 5248899. OLE color: 5248899.

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

Color convert

RGB 131 23 80 -
CMYK 0 0.82 0.39 0.49
HSL 328.33º 0.7% 0.3% -
HSV(B) 328.33º 0.82% 0.51% -
XYZ 11.11 6.02 8.17 -
YUV 61.79 138.28 177.37 -
System Red Green Blue C M Y K H S L
Decimal 131 23 80 0 0.82 0.39 0.49 328.33 0.7 0.3
Hex 83 17 50 0 52 27 31 148 46 1E
Octal 203 27 120 0 122 47 61 510 106 36
Binary 10000011 10111 1010000 0 1010010 100111 110001 101001000 1000110 11110

Color Harmonies of #831750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831750

Black with #831750

Text Example


Text Example

White with #831750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831750; }

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

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

background-color css

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

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

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

border-color css

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

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

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