Html Css Color HEX #821A54 Rose Bud Cherry

📋 copy color: '#821A54'

red 130 ◦ green 26 ◦ blue 84

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

Shades of Rose Bud Cherry #821A54

Tints of Rose Bud Cherry #821A54

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.83%

 BLUE value IS 84 (33.2% from 255) = 35%

R = 54.17%
G = 10.83%
B = 35%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#821A54 (or 0x821A54) is known color: Rose Bud Cherry. HEX triplet: 82, 1A and 54. RGB value is (130,26,84). Sum of RGB (Red+Green+Blue) = 130+26+84=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #821A54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821A54 is #7DE5AB. Grayscale: #3F3F3F. Windows color (decimal): -8250796 or 5511810. OLE color: 5511810.

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

Color convert

RGB 130 26 84 -
CMYK 0 0.8 0.35 0.49
HSL 326.54º 0.67% 0.31% -
HSV(B) 326.54º 0.8% 0.51% -
XYZ 11.18 6.12 8.98 -
YUV 63.71 139.46 175.28 -
System Red Green Blue C M Y K H S L
Decimal 130 26 84 0 0.8 0.35 0.49 326.54 0.67 0.31
Hex 82 1A 54 0 50 23 31 147 43 1F
Octal 202 32 124 0 120 43 61 507 103 37
Binary 10000010 11010 1010100 0 1010000 100011 110001 101000111 1000011 11111

Color Harmonies of #821A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821A54

Black with #821A54

Text Example


Text Example

White with #821A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,26,84); }

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

background-color css

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

 a { background-color: rgb(130,26,84); }

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

border-color css

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

 span { border-color: rgb(130,26,84); }

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