Html Css Color HEX #82185A Rose Bud Cherry

📋 copy color: '#82185A'

red 130 ◦ green 24 ◦ blue 90

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

Shades of Rose Bud Cherry #82185A

Tints of Rose Bud Cherry #82185A

RGB

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

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

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

R = 53.28%
G = 9.84%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#82185A (or 0x82185A) is known color: Rose Bud Cherry. HEX triplet: 82, 18 and 5A. RGB value is (130,24,90). Sum of RGB (Red+Green+Blue) = 130+24+90=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #82185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82185A is #7DE7A5. Grayscale: #3F3F3F. Windows color (decimal): -8251302 or 5904514. OLE color: 5904514.

HSL color Cylindrical-coordinate representation of color #82185A: hue angle of 322.64º 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 #82185A is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 24 90 -
CMYK 0 0.82 0.31 0.49
HSL 322.64º 0.69% 0.3% -
HSV(B) 322.64º 0.82% 0.51% -
XYZ 11.38 6.14 10.26 -
YUV 63.22 143.12 175.63 -
System Red Green Blue C M Y K H S L
Decimal 130 24 90 0 0.82 0.31 0.49 322.64 0.69 0.3
Hex 82 18 5A 0 52 1F 31 143 45 1E
Octal 202 30 132 0 122 37 61 503 105 36
Binary 10000010 11000 1011010 0 1010010 11111 110001 101000011 1000101 11110

Color Harmonies of #82185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82185A

Black with #82185A

Text Example


Text Example

White with #82185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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