Html Css Color HEX #832850 Rose Bud Cherry

📋 copy color: '#832850'

red 131 ◦ green 40 ◦ blue 80

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

Shades of Rose Bud Cherry #832850

Tints of Rose Bud Cherry #832850

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.94%

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

R = 52.19%
G = 15.94%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#832850 (or 0x832850) is known color: Rose Bud Cherry. HEX triplet: 83, 28 and 50. RGB value is (131,40,80). Sum of RGB (Red+Green+Blue) = 131+40+80=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #832850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832850 is #7CD7AF. Grayscale: #474747. Windows color (decimal): -8181680 or 5253251. OLE color: 5253251.

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

Color convert

RGB 131 40 80 -
CMYK 0 0.69 0.39 0.49
HSL 333.63º 0.53% 0.34% -
HSV(B) 333.63º 0.69% 0.51% -
XYZ 11.57 6.92 8.32 -
YUV 71.77 132.65 170.25 -
System Red Green Blue C M Y K H S L
Decimal 131 40 80 0 0.69 0.39 0.49 333.63 0.53 0.34
Hex 83 28 50 0 45 27 31 14E 35 22
Octal 203 50 120 0 105 47 61 516 65 42
Binary 10000011 101000 1010000 0 1000101 100111 110001 101001110 110101 100010

Color Harmonies of #832850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832850

Black with #832850

Text Example


Text Example

White with #832850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832850; }

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

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

background-color css

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

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

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

border-color css

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

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

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