Html Css Color HEX #82285B Rose Bud Cherry

📋 copy color: '#82285B'

red 130 ◦ green 40 ◦ blue 91

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

Shades of Rose Bud Cherry #82285B

Tints of Rose Bud Cherry #82285B

RGB

 RED value IS 130 (51.17% from 255) = 49.81%

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

 BLUE value IS 91 (35.94% from 255) = 34.87%

R = 49.81%
G = 15.33%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#82285B (or 0x82285B) is known color: Rose Bud Cherry. HEX triplet: 82, 28 and 5B. RGB value is (130,40,91). Sum of RGB (Red+Green+Blue) = 130+40+91=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #82285B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82285B is #7DD7A4. Grayscale: #484848. Windows color (decimal): -8247205 or 5974146. OLE color: 5974146.

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

Color convert

RGB 130 40 91 -
CMYK 0 0.69 0.30 0.49
HSL 326º 0.53% 0.33% -
HSV(B) 326º 0.69% 0.51% -
XYZ 11.85 7.02 10.63 -
YUV 72.72 138.32 168.85 -
System Red Green Blue C M Y K H S L
Decimal 130 40 91 0 0.69 0.30 0.49 326 0.53 0.33
Hex 82 28 5B 0 45 1E 31 146 35 21
Octal 202 50 133 0 105 36 61 506 65 41
Binary 10000010 101000 1011011 0 1000101 11110 110001 101000110 110101 100001

Color Harmonies of #82285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82285B

Black with #82285B

Text Example


Text Example

White with #82285B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82285B; }

 p { color: rgb(130,40,91); }

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

background-color css

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

 a { background-color: rgb(130,40,91); }

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

border-color css

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

 span { border-color: rgb(130,40,91); }

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