Html Css Color HEX #83285A Rose Bud Cherry

📋 copy color: '#83285A'

red 131 ◦ green 40 ◦ blue 90

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

Shades of Rose Bud Cherry #83285A

Tints of Rose Bud Cherry #83285A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.48%

R = 50.19%
G = 15.33%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#83285A (or 0x83285A) is known color: Rose Bud Cherry. HEX triplet: 83, 28 and 5A. RGB value is (131,40,90). Sum of RGB (Red+Green+Blue) = 131+40+90=261 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.19% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 131 - color contains mainly: red. Hex color #83285A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83285A is #7CD7A5. Grayscale: #484848. Windows color (decimal): -8181670 or 5908611. OLE color: 5908611.

HSL color Cylindrical-coordinate representation of color #83285A: hue angle of 327.03º 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 #83285A is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 40 90 -
CMYK 0 0.69 0.31 0.49
HSL 327.03º 0.53% 0.34% -
HSV(B) 327.03º 0.69% 0.51% -
XYZ 11.96 7.08 10.41 -
YUV 72.91 137.65 169.43 -
System Red Green Blue C M Y K H S L
Decimal 131 40 90 0 0.69 0.31 0.49 327.03 0.53 0.34
Hex 83 28 5A 0 45 1F 31 147 35 22
Octal 203 50 132 0 105 37 61 507 65 42
Binary 10000011 101000 1011010 0 1000101 11111 110001 101000111 110101 100010

Color Harmonies of #83285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83285A

Black with #83285A

Text Example


Text Example

White with #83285A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83285A; }

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

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

background-color css

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

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

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

border-color css

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

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

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