Html Css Color HEX #82325D Rose Bud Cherry

📋 copy color: '#82325D'

red 130 ◦ green 50 ◦ blue 93

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

Shades of Rose Bud Cherry #82325D

Tints of Rose Bud Cherry #82325D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.07%

R = 47.62%
G = 18.32%
B = 34.07%

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

#82325D (or 0x82325D) is known color: Rose Bud Cherry. HEX triplet: 82, 32 and 5D. RGB value is (130,50,93). Sum of RGB (Red+Green+Blue) = 130+50+93=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #82325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82325D is #7DCDA2. Grayscale: #4E4E4E. Windows color (decimal): -8244643 or 6107778. OLE color: 6107778.

HSL color Cylindrical-coordinate representation of color #82325D: hue angle of 327.75º 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 #82325D is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 50 93 -
CMYK 0 0.62 0.28 0.49
HSL 327.75º 0.44% 0.35% -
HSV(B) 327.75º 0.62% 0.51% -
XYZ 12.32 7.82 11.22 -
YUV 78.82 136 164.5 -
System Red Green Blue C M Y K H S L
Decimal 130 50 93 0 0.62 0.28 0.49 327.75 0.44 0.35
Hex 82 32 5D 0 3E 1C 31 148 2C 23
Octal 202 62 135 0 76 34 61 510 54 43
Binary 10000010 110010 1011101 0 111110 11100 110001 101001000 101100 100011

Color Harmonies of #82325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82325D

Black with #82325D

Text Example


Text Example

White with #82325D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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