Html Css Color HEX #82155A Rose Bud Cherry

📋 copy color: '#82155A'

red 130 ◦ green 21 ◦ blue 90

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

Shades of Rose Bud Cherry #82155A

Tints of Rose Bud Cherry #82155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.71%

 BLUE value IS 90 (35.55% from 255) = 37.34%

R = 53.94%
G = 8.71%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#82155A (or 0x82155A) is known color: Rose Bud Cherry. HEX triplet: 82, 15 and 5A. RGB value is (130,21,90). Sum of RGB (Red+Green+Blue) = 130+21+90=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #82155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82155A is #7DEAA5. Grayscale: #3D3D3D. Windows color (decimal): -8252070 or 5903746. OLE color: 5903746.

HSL color Cylindrical-coordinate representation of color #82155A: hue angle of 322.02º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82155A is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 21 90 -
CMYK 0 0.84 0.31 0.49
HSL 322.02º 0.72% 0.3% -
HSV(B) 322.02º 0.84% 0.51% -
XYZ 11.32 6.02 10.24 -
YUV 61.46 144.11 176.89 -
System Red Green Blue C M Y K H S L
Decimal 130 21 90 0 0.84 0.31 0.49 322.02 0.72 0.3
Hex 82 15 5A 0 54 1F 31 142 48 1E
Octal 202 25 132 0 124 37 61 502 110 36
Binary 10000010 10101 1011010 0 1010100 11111 110001 101000010 1001000 11110

Color Harmonies of #82155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82155A

Black with #82155A

Text Example


Text Example

White with #82155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82155A; }

 p { color: rgb(130,21,90); }

 H1.HeaderClassName
 {
   color: #82155A;
 }
 .AnyTagClassName
 {
   color: #82155A;
 }
</style>

background-color css

<style>
 a { background-color: #82155A; }

 a { background-color: rgb(130,21,90); }

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

border-color css

<style>
 span { border-color: #82155A; }

 span { border-color: rgb(130,21,90); }

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