Html Css Color HEX #82185B Rose Bud Cherry

📋 copy color: '#82185B'

red 130 ◦ green 24 ◦ blue 91

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

Shades of Rose Bud Cherry #82185B

Tints of Rose Bud Cherry #82185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.8%

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

R = 53.06%
G = 9.8%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#82185B (or 0x82185B) is known color: Rose Bud Cherry. HEX triplet: 82, 18 and 5B. RGB value is (130,24,91). Sum of RGB (Red+Green+Blue) = 130+24+91=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #82185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82185B is #7DE7A4. Grayscale: #3F3F3F. Windows color (decimal): -8251301 or 5970050. OLE color: 5970050.

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

Color convert

RGB 130 24 91 -
CMYK 0 0.82 0.30 0.49
HSL 322.08º 0.69% 0.3% -
HSV(B) 322.08º 0.82% 0.51% -
XYZ 11.42 6.15 10.48 -
YUV 63.33 143.62 175.55 -
System Red Green Blue C M Y K H S L
Decimal 130 24 91 0 0.82 0.30 0.49 322.08 0.69 0.3
Hex 82 18 5B 0 52 1E 31 142 45 1E
Octal 202 30 133 0 122 36 61 502 105 36
Binary 10000010 11000 1011011 0 1010010 11110 110001 101000010 1000101 11110

Color Harmonies of #82185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82185B

Black with #82185B

Text Example


Text Example

White with #82185B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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