Html Css Color HEX #82325C Rose Bud Cherry

📋 copy color: '#82325C'

red 130 ◦ green 50 ◦ blue 92

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

Shades of Rose Bud Cherry #82325C

Tints of Rose Bud Cherry #82325C

RGB

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

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

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

R = 47.79%
G = 18.38%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#82325C (or 0x82325C) is known color: Rose Bud Cherry. HEX triplet: 82, 32 and 5C. RGB value is (130,50,92). Sum of RGB (Red+Green+Blue) = 130+50+92=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #82325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82325C is #7DCDA3. Grayscale: #4E4E4E. Windows color (decimal): -8244644 or 6042242. OLE color: 6042242.

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

Color convert

RGB 130 50 92 -
CMYK 0 0.62 0.29 0.49
HSL 328.5º 0.44% 0.35% -
HSV(B) 328.5º 0.62% 0.51% -
XYZ 12.28 7.8 10.98 -
YUV 78.71 135.5 164.58 -
System Red Green Blue C M Y K H S L
Decimal 130 50 92 0 0.62 0.29 0.49 328.5 0.44 0.35
Hex 82 32 5C 0 3E 1D 31 148 2C 23
Octal 202 62 134 0 76 35 61 510 54 43
Binary 10000010 110010 1011100 0 111110 11101 110001 101001000 101100 100011

Color Harmonies of #82325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82325C

Black with #82325C

Text Example


Text Example

White with #82325C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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