Html Css Color HEX #82255E Rose Bud Cherry

📋 copy color: '#82255E'

red 130 ◦ green 37 ◦ blue 94

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

Shades of Rose Bud Cherry #82255E

Tints of Rose Bud Cherry #82255E

RGB

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

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

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

R = 49.81%
G = 14.18%
B = 36.02%

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

#82255E (or 0x82255E) is known color: Rose Bud Cherry. HEX triplet: 82, 25 and 5E. RGB value is (130,37,94). Sum of RGB (Red+Green+Blue) = 130+37+94=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #82255E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82255E is #7DDAA1. Grayscale: #474747. Windows color (decimal): -8247970 or 6169986. OLE color: 6169986.

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

Color convert

RGB 130 37 94 -
CMYK 0 0.72 0.28 0.49
HSL 323.23º 0.56% 0.33% -
HSV(B) 323.23º 0.72% 0.51% -
XYZ 11.89 6.88 11.29 -
YUV 71.31 140.81 169.87 -
System Red Green Blue C M Y K H S L
Decimal 130 37 94 0 0.72 0.28 0.49 323.23 0.56 0.33
Hex 82 25 5E 0 48 1C 31 143 38 21
Octal 202 45 136 0 110 34 61 503 70 41
Binary 10000010 100101 1011110 0 1001000 11100 110001 101000011 111000 100001

Color Harmonies of #82255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82255E

Black with #82255E

Text Example


Text Example

White with #82255E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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