Html Css Color HEX #821E58 Rose Bud Cherry

📋 copy color: '#821E58'

red 130 ◦ green 30 ◦ blue 88

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

Shades of Rose Bud Cherry #821E58

Tints of Rose Bud Cherry #821E58

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.1%

 BLUE value IS 88 (34.77% from 255) = 35.48%

R = 52.42%
G = 12.1%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#821E58 (or 0x821E58) is known color: Rose Bud Cherry. HEX triplet: 82, 1E and 58. RGB value is (130,30,88). Sum of RGB (Red+Green+Blue) = 130+30+88=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #821E58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821E58 is #7DE1A7. Grayscale: #424242. Windows color (decimal): -8249768 or 5774978. OLE color: 5774978.

HSL color Cylindrical-coordinate representation of color #821E58: hue angle of 325.2º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #821E58 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 30 88 -
CMYK 0 0.77 0.32 0.49
HSL 325.2º 0.63% 0.31% -
HSV(B) 325.2º 0.77% 0.51% -
XYZ 11.43 6.38 9.86 -
YUV 66.51 140.13 173.28 -
System Red Green Blue C M Y K H S L
Decimal 130 30 88 0 0.77 0.32 0.49 325.2 0.63 0.31
Hex 82 1E 58 0 4D 20 31 145 3E 1F
Octal 202 36 130 0 115 40 61 505 76 37
Binary 10000010 11110 1011000 0 1001101 100000 110001 101000101 111110 11111

Color Harmonies of #821E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821E58

Black with #821E58

Text Example


Text Example

White with #821E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821E58; }

 p { color: rgb(130,30,88); }

 H1.HeaderClassName
 {
   color: #821E58;
 }
 .AnyTagClassName
 {
   color: #821E58;
 }
</style>

background-color css

<style>
 a { background-color: #821E58; }

 a { background-color: rgb(130,30,88); }

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

border-color css

<style>
 span { border-color: #821E58; }

 span { border-color: rgb(130,30,88); }

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