Html Css Color HEX #821C4E Rose Bud Cherry

📋 copy color: '#821C4E'

red 130 ◦ green 28 ◦ blue 78

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

Shades of Rose Bud Cherry #821C4E

Tints of Rose Bud Cherry #821C4E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.86%

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

R = 55.08%
G = 11.86%
B = 33.05%

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

#821C4E (or 0x821C4E) is known color: Rose Bud Cherry. HEX triplet: 82, 1C and 4E. RGB value is (130,28,78). Sum of RGB (Red+Green+Blue) = 130+28+78=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #821C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821C4E is #7DE3B1. Grayscale: #404040. Windows color (decimal): -8250290 or 5119106. OLE color: 5119106.

HSL color Cylindrical-coordinate representation of color #821C4E: hue angle of 330.59º degrees, saturation: 0.65, 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 #821C4E is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 28 78 -
CMYK 0 0.78 0.40 0.49
HSL 330.59º 0.65% 0.31% -
HSV(B) 330.59º 0.78% 0.51% -
XYZ 11 6.13 7.81 -
YUV 64.2 135.79 174.93 -
System Red Green Blue C M Y K H S L
Decimal 130 28 78 0 0.78 0.40 0.49 330.59 0.65 0.31
Hex 82 1C 4E 0 4E 28 31 14B 41 1F
Octal 202 34 116 0 116 50 61 513 101 37
Binary 10000010 11100 1001110 0 1001110 101000 110001 101001011 1000001 11111

Color Harmonies of #821C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821C4E

Black with #821C4E

Text Example


Text Example

White with #821C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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