Html Css Color HEX #82295B Rose Bud Cherry

📋 copy color: '#82295B'

red 130 ◦ green 41 ◦ blue 91

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

Shades of Rose Bud Cherry #82295B

Tints of Rose Bud Cherry #82295B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.65%

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

R = 49.62%
G = 15.65%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#82295B (or 0x82295B) is known color: Rose Bud Cherry. HEX triplet: 82, 29 and 5B. RGB value is (130,41,91). Sum of RGB (Red+Green+Blue) = 130+41+91=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #82295B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82295B is #7DD6A4. Grayscale: #494949. Windows color (decimal): -8246949 or 5974402. OLE color: 5974402.

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

Color convert

RGB 130 41 91 -
CMYK 0 0.68 0.30 0.49
HSL 326.29º 0.52% 0.34% -
HSV(B) 326.29º 0.68% 0.51% -
XYZ 11.89 7.09 10.64 -
YUV 73.31 137.99 168.43 -
System Red Green Blue C M Y K H S L
Decimal 130 41 91 0 0.68 0.30 0.49 326.29 0.52 0.34
Hex 82 29 5B 0 44 1E 31 146 34 22
Octal 202 51 133 0 104 36 61 506 64 42
Binary 10000010 101001 1011011 0 1000100 11110 110001 101000110 110100 100010

Color Harmonies of #82295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82295B

Black with #82295B

Text Example


Text Example

White with #82295B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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