Html Css Color HEX #82285F Rose Bud Cherry

📋 copy color: '#82285F'

red 130 ◦ green 40 ◦ blue 95

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

Shades of Rose Bud Cherry #82285F

Tints of Rose Bud Cherry #82285F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.85%

R = 49.06%
G = 15.09%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#82285F (or 0x82285F) is known color: Rose Bud Cherry. HEX triplet: 82, 28 and 5F. RGB value is (130,40,95). Sum of RGB (Red+Green+Blue) = 130+40+95=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #82285F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82285F is #7DD7A0. Grayscale: #494949. Windows color (decimal): -8247201 or 6236290. OLE color: 6236290.

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

Color convert

RGB 130 40 95 -
CMYK 0 0.69 0.27 0.49
HSL 323.33º 0.53% 0.33% -
HSV(B) 323.33º 0.69% 0.51% -
XYZ 12.03 7.09 11.56 -
YUV 73.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 130 40 95 0 0.69 0.27 0.49 323.33 0.53 0.33
Hex 82 28 5F 0 45 1B 31 143 35 21
Octal 202 50 137 0 105 33 61 503 65 41
Binary 10000010 101000 1011111 0 1000101 11011 110001 101000011 110101 100001

Color Harmonies of #82285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82285F

Black with #82285F

Text Example


Text Example

White with #82285F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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