Html Css Color HEX #821454 Rose Bud Cherry

📋 copy color: '#821454'

red 130 ◦ green 20 ◦ blue 84

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

Shades of Rose Bud Cherry #821454

Tints of Rose Bud Cherry #821454

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.55%

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

R = 55.56%
G = 8.55%
B = 35.9%

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

#821454 (or 0x821454) is known color: Rose Bud Cherry. HEX triplet: 82, 14 and 54. RGB value is (130,20,84). Sum of RGB (Red+Green+Blue) = 130+20+84=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #821454 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821454 is #7DEBAB. Grayscale: #3C3C3C. Windows color (decimal): -8252332 or 5510274. OLE color: 5510274.

HSL color Cylindrical-coordinate representation of color #821454: hue angle of 325.09º degrees, saturation: 0.73, 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 #821454 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 20 84 -
CMYK 0 0.85 0.35 0.49
HSL 325.09º 0.73% 0.29% -
HSV(B) 325.09º 0.85% 0.51% -
XYZ 11.06 5.89 8.94 -
YUV 60.19 141.44 177.8 -
System Red Green Blue C M Y K H S L
Decimal 130 20 84 0 0.85 0.35 0.49 325.09 0.73 0.29
Hex 82 14 54 0 55 23 31 145 49 1D
Octal 202 24 124 0 125 43 61 505 111 35
Binary 10000010 10100 1010100 0 1010101 100011 110001 101000101 1001001 11101

Color Harmonies of #821454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821454

Black with #821454

Text Example


Text Example

White with #821454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821454; }

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

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

background-color css

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

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

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

border-color css

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

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

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