Html Css Color HEX #82305C Rose Bud Cherry

📋 copy color: '#82305C'

red 130 ◦ green 48 ◦ blue 92

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

Shades of Rose Bud Cherry #82305C

Tints of Rose Bud Cherry #82305C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.07%

R = 48.15%
G = 17.78%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#82305C (or 0x82305C) is known color: Rose Bud Cherry. HEX triplet: 82, 30 and 5C. RGB value is (130,48,92). Sum of RGB (Red+Green+Blue) = 130+48+92=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #82305C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82305C is #7DCFA3. Grayscale: #4D4D4D. Windows color (decimal): -8245156 or 6041730. OLE color: 6041730.

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

Color convert

RGB 130 48 92 -
CMYK 0 0.63 0.29 0.49
HSL 327.8º 0.46% 0.35% -
HSV(B) 327.8º 0.63% 0.51% -
XYZ 12.19 7.63 10.96 -
YUV 77.53 136.17 165.42 -
System Red Green Blue C M Y K H S L
Decimal 130 48 92 0 0.63 0.29 0.49 327.8 0.46 0.35
Hex 82 30 5C 0 3F 1D 31 148 2E 23
Octal 202 60 134 0 77 35 61 510 56 43
Binary 10000010 110000 1011100 0 111111 11101 110001 101001000 101110 100011

Color Harmonies of #82305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82305C

Black with #82305C

Text Example


Text Example

White with #82305C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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