Html Css Color HEX #821D5C Rose Bud Cherry

📋 copy color: '#821D5C'

red 130 ◦ green 29 ◦ blue 92

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

Shades of Rose Bud Cherry #821D5C

Tints of Rose Bud Cherry #821D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.65%

R = 51.79%
G = 11.55%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#821D5C (or 0x821D5C) is known color: Rose Bud Cherry. HEX triplet: 82, 1D and 5C. RGB value is (130,29,92). Sum of RGB (Red+Green+Blue) = 130+29+92=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #821D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821D5C is #7DE2A3. Grayscale: #424242. Windows color (decimal): -8250020 or 6036866. OLE color: 6036866.

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

Color convert

RGB 130 29 92 -
CMYK 0 0.78 0.29 0.49
HSL 322.57º 0.64% 0.31% -
HSV(B) 322.57º 0.78% 0.51% -
XYZ 11.58 6.4 10.75 -
YUV 66.38 142.46 173.38 -
System Red Green Blue C M Y K H S L
Decimal 130 29 92 0 0.78 0.29 0.49 322.57 0.64 0.31
Hex 82 1D 5C 0 4E 1D 31 143 40 1F
Octal 202 35 134 0 116 35 61 503 100 37
Binary 10000010 11101 1011100 0 1001110 11101 110001 101000011 1000000 11111

Color Harmonies of #821D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821D5C

Black with #821D5C

Text Example


Text Example

White with #821D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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