Html Css Color HEX #82195B Rose Bud Cherry

📋 copy color: '#82195B'

red 130 ◦ green 25 ◦ blue 91

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

Shades of Rose Bud Cherry #82195B

Tints of Rose Bud Cherry #82195B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.16%

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

R = 52.85%
G = 10.16%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#82195B (or 0x82195B) is known color: Rose Bud Cherry. HEX triplet: 82, 19 and 5B. RGB value is (130,25,91). Sum of RGB (Red+Green+Blue) = 130+25+91=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #82195B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82195B is #7DE6A4. Grayscale: #3F3F3F. Windows color (decimal): -8251045 or 5970306. OLE color: 5970306.

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

Color convert

RGB 130 25 91 -
CMYK 0 0.81 0.30 0.49
HSL 322.29º 0.68% 0.3% -
HSV(B) 322.29º 0.81% 0.51% -
XYZ 11.44 6.2 10.49 -
YUV 63.92 143.29 175.13 -
System Red Green Blue C M Y K H S L
Decimal 130 25 91 0 0.81 0.30 0.49 322.29 0.68 0.3
Hex 82 19 5B 0 51 1E 31 142 44 1E
Octal 202 31 133 0 121 36 61 502 104 36
Binary 10000010 11001 1011011 0 1010001 11110 110001 101000010 1000100 11110

Color Harmonies of #82195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82195B

Black with #82195B

Text Example


Text Example

White with #82195B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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