Html Css Color HEX #821354 Rose Bud Cherry

📋 copy color: '#821354'

red 130 ◦ green 19 ◦ blue 84

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

Shades of Rose Bud Cherry #821354

Tints of Rose Bud Cherry #821354

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.15%

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

R = 55.79%
G = 8.15%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#821354 (or 0x821354) is known color: Rose Bud Cherry. HEX triplet: 82, 13 and 54. RGB value is (130,19,84). Sum of RGB (Red+Green+Blue) = 130+19+84=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #821354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821354 is #7DECAB. Grayscale: #3B3B3B. Windows color (decimal): -8252588 or 5510018. OLE color: 5510018.

HSL color Cylindrical-coordinate representation of color #821354: hue angle of 324.86º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821354 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 19 84 -
CMYK 0 0.85 0.35 0.49
HSL 324.86º 0.74% 0.29% -
HSV(B) 324.86º 0.85% 0.51% -
XYZ 11.04 5.85 8.94 -
YUV 59.6 141.77 178.21 -
System Red Green Blue C M Y K H S L
Decimal 130 19 84 0 0.85 0.35 0.49 324.86 0.74 0.29
Hex 82 13 54 0 55 23 31 145 4A 1D
Octal 202 23 124 0 125 43 61 505 112 35
Binary 10000010 10011 1010100 0 1010101 100011 110001 101000101 1001010 11101

Color Harmonies of #821354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821354

Black with #821354

Text Example


Text Example

White with #821354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821354; }

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

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

background-color css

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

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

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

border-color css

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

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

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