Html Css Color HEX #821D4E Rose Bud Cherry

📋 copy color: '#821D4E'

red 130 ◦ green 29 ◦ blue 78

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

Shades of Rose Bud Cherry #821D4E

Tints of Rose Bud Cherry #821D4E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.24%

 BLUE value IS 78 (30.86% from 255) = 32.91%

R = 54.85%
G = 12.24%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#821D4E (or 0x821D4E) is known color: Rose Bud Cherry. HEX triplet: 82, 1D and 4E. RGB value is (130,29,78). Sum of RGB (Red+Green+Blue) = 130+29+78=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #821D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821D4E is #7DE2B1. Grayscale: #404040. Windows color (decimal): -8250034 or 5119362. OLE color: 5119362.

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

Color convert

RGB 130 29 78 -
CMYK 0 0.78 0.40 0.49
HSL 330.89º 0.64% 0.31% -
HSV(B) 330.89º 0.78% 0.51% -
XYZ 11.02 6.17 7.82 -
YUV 64.79 135.46 174.52 -
System Red Green Blue C M Y K H S L
Decimal 130 29 78 0 0.78 0.40 0.49 330.89 0.64 0.31
Hex 82 1D 4E 0 4E 28 31 14B 40 1F
Octal 202 35 116 0 116 50 61 513 100 37
Binary 10000010 11101 1001110 0 1001110 101000 110001 101001011 1000000 11111

Color Harmonies of #821D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821D4E

Black with #821D4E

Text Example


Text Example

White with #821D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,29,78); }

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

background-color css

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

 a { background-color: rgb(130,29,78); }

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

border-color css

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

 span { border-color: rgb(130,29,78); }

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