Html Css Color HEX #82325E Rose Bud Cherry

📋 copy color: '#82325E'

red 130 ◦ green 50 ◦ blue 94

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

Shades of Rose Bud Cherry #82325E

Tints of Rose Bud Cherry #82325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.25%

 BLUE value IS 94 (37.11% from 255) = 34.31%

R = 47.45%
G = 18.25%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82325E (or 0x82325E) is known color: Rose Bud Cherry. HEX triplet: 82, 32 and 5E. RGB value is (130,50,94). Sum of RGB (Red+Green+Blue) = 130+50+94=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #82325E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82325E is #7DCDA1. Grayscale: #4E4E4E. Windows color (decimal): -8244642 or 6173314. OLE color: 6173314.

HSL color Cylindrical-coordinate representation of color #82325E: hue angle of 327º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82325E is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 50 94 -
CMYK 0 0.62 0.28 0.49
HSL 327º 0.44% 0.35% -
HSV(B) 327º 0.62% 0.51% -
XYZ 12.37 7.84 11.45 -
YUV 78.94 136.5 164.42 -
System Red Green Blue C M Y K H S L
Decimal 130 50 94 0 0.62 0.28 0.49 327 0.44 0.35
Hex 82 32 5E 0 3E 1C 31 147 2C 23
Octal 202 62 136 0 76 34 61 507 54 43
Binary 10000010 110010 1011110 0 111110 11100 110001 101000111 101100 100011

Color Harmonies of #82325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82325E

Black with #82325E

Text Example


Text Example

White with #82325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82325E; }

 p { color: rgb(130,50,94); }

 H1.HeaderClassName
 {
   color: #82325E;
 }
 .AnyTagClassName
 {
   color: #82325E;
 }
</style>

background-color css

<style>
 a { background-color: #82325E; }

 a { background-color: rgb(130,50,94); }

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

border-color css

<style>
 span { border-color: #82325E; }

 span { border-color: rgb(130,50,94); }

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