Html Css Color HEX #82305F Rose Bud Cherry

📋 copy color: '#82305F'

red 130 ◦ green 48 ◦ blue 95

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

Shades of Rose Bud Cherry #82305F

Tints of Rose Bud Cherry #82305F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.58%

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

R = 47.62%
G = 17.58%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#82305F (or 0x82305F) is known color: Rose Bud Cherry. HEX triplet: 82, 30 and 5F. RGB value is (130,48,95). Sum of RGB (Red+Green+Blue) = 130+48+95=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #82305F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82305F is #7DCFA0. Grayscale: #4D4D4D. Windows color (decimal): -8245153 or 6238338. OLE color: 6238338.

HSL color Cylindrical-coordinate representation of color #82305F: hue angle of 325.61º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #82305F is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 48 95 -
CMYK 0 0.63 0.27 0.49
HSL 325.61º 0.46% 0.35% -
HSV(B) 325.61º 0.63% 0.51% -
XYZ 12.33 7.69 11.66 -
YUV 77.88 137.67 165.18 -
System Red Green Blue C M Y K H S L
Decimal 130 48 95 0 0.63 0.27 0.49 325.61 0.46 0.35
Hex 82 30 5F 0 3F 1B 31 146 2E 23
Octal 202 60 137 0 77 33 61 506 56 43
Binary 10000010 110000 1011111 0 111111 11011 110001 101000110 101110 100011

Color Harmonies of #82305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82305F

Black with #82305F

Text Example


Text Example

White with #82305F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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