Html Css Color HEX #82265B Rose Bud Cherry

📋 copy color: '#82265B'

red 130 ◦ green 38 ◦ blue 91

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

Shades of Rose Bud Cherry #82265B

Tints of Rose Bud Cherry #82265B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.67%

 BLUE value IS 91 (35.94% from 255) = 35.14%

R = 50.19%
G = 14.67%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#82265B (or 0x82265B) is known color: Rose Bud Cherry. HEX triplet: 82, 26 and 5B. RGB value is (130,38,91). Sum of RGB (Red+Green+Blue) = 130+38+91=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #82265B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82265B is #7DD9A4. Grayscale: #474747. Windows color (decimal): -8247717 or 5973634. OLE color: 5973634.

HSL color Cylindrical-coordinate representation of color #82265B: hue angle of 325.43º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #82265B is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 38 91 -
CMYK 0 0.71 0.30 0.49
HSL 325.43º 0.55% 0.33% -
HSV(B) 325.43º 0.71% 0.51% -
XYZ 11.79 6.89 10.61 -
YUV 71.55 138.98 169.69 -
System Red Green Blue C M Y K H S L
Decimal 130 38 91 0 0.71 0.30 0.49 325.43 0.55 0.33
Hex 82 26 5B 0 47 1E 31 145 37 21
Octal 202 46 133 0 107 36 61 505 67 41
Binary 10000010 100110 1011011 0 1000111 11110 110001 101000101 110111 100001

Color Harmonies of #82265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82265B

Black with #82265B

Text Example


Text Example

White with #82265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82265B; }

 p { color: rgb(130,38,91); }

 H1.HeaderClassName
 {
   color: #82265B;
 }
 .AnyTagClassName
 {
   color: #82265B;
 }
</style>

background-color css

<style>
 a { background-color: #82265B; }

 a { background-color: rgb(130,38,91); }

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

border-color css

<style>
 span { border-color: #82265B; }

 span { border-color: rgb(130,38,91); }

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