Html Css Color HEX #82305A Rose Bud Cherry

📋 copy color: '#82305A'

red 130 ◦ green 48 ◦ blue 90

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

Shades of Rose Bud Cherry #82305A

Tints of Rose Bud Cherry #82305A

RGB

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

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

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

R = 48.51%
G = 17.91%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#82305A (or 0x82305A) is known color: Rose Bud Cherry. HEX triplet: 82, 30 and 5A. RGB value is (130,48,90). Sum of RGB (Red+Green+Blue) = 130+48+90=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #82305A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82305A is #7DCFA5. Grayscale: #4D4D4D. Windows color (decimal): -8245158 or 5910658. OLE color: 5910658.

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

Color convert

RGB 130 48 90 -
CMYK 0 0.63 0.31 0.49
HSL 329.27º 0.46% 0.35% -
HSV(B) 329.27º 0.63% 0.51% -
XYZ 12.11 7.6 10.5 -
YUV 77.31 135.17 165.58 -
System Red Green Blue C M Y K H S L
Decimal 130 48 90 0 0.63 0.31 0.49 329.27 0.46 0.35
Hex 82 30 5A 0 3F 1F 31 149 2E 23
Octal 202 60 132 0 77 37 61 511 56 43
Binary 10000010 110000 1011010 0 111111 11111 110001 101001001 101110 100011

Color Harmonies of #82305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82305A

Black with #82305A

Text Example


Text Example

White with #82305A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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