Html Css Color HEX #82255D Rose Bud Cherry

📋 copy color: '#82255D'

red 130 ◦ green 37 ◦ blue 93

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

Shades of Rose Bud Cherry #82255D

Tints of Rose Bud Cherry #82255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.23%

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

R = 50%
G = 14.23%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82255D (or 0x82255D) is known color: Rose Bud Cherry. HEX triplet: 82, 25 and 5D. RGB value is (130,37,93). Sum of RGB (Red+Green+Blue) = 130+37+93=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #82255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82255D is #7DDAA2. Grayscale: #474747. Windows color (decimal): -8247971 or 6104450. OLE color: 6104450.

HSL color Cylindrical-coordinate representation of color #82255D: hue angle of 323.87º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82255D is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 37 93 -
CMYK 0 0.72 0.28 0.49
HSL 323.87º 0.56% 0.33% -
HSV(B) 323.87º 0.72% 0.51% -
XYZ 11.84 6.86 11.06 -
YUV 71.19 140.31 169.95 -
System Red Green Blue C M Y K H S L
Decimal 130 37 93 0 0.72 0.28 0.49 323.87 0.56 0.33
Hex 82 25 5D 0 48 1C 31 144 38 21
Octal 202 45 135 0 110 34 61 504 70 41
Binary 10000010 100101 1011101 0 1001000 11100 110001 101000100 111000 100001

Color Harmonies of #82255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82255D

Black with #82255D

Text Example


Text Example

White with #82255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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