Html Css Color HEX #821E5C Rose Bud Cherry

📋 copy color: '#821E5C'

red 130 ◦ green 30 ◦ blue 92

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

Shades of Rose Bud Cherry #821E5C

Tints of Rose Bud Cherry #821E5C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.9%

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

R = 51.59%
G = 11.9%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#821E5C (or 0x821E5C) is known color: Rose Bud Cherry. HEX triplet: 82, 1E and 5C. RGB value is (130,30,92). Sum of RGB (Red+Green+Blue) = 130+30+92=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #821E5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821E5C is #7DE1A3. Grayscale: #424242. Windows color (decimal): -8249764 or 6037122. OLE color: 6037122.

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

Color convert

RGB 130 30 92 -
CMYK 0 0.77 0.29 0.49
HSL 322.8º 0.63% 0.31% -
HSV(B) 322.8º 0.77% 0.51% -
XYZ 11.6 6.45 10.76 -
YUV 66.97 142.13 172.96 -
System Red Green Blue C M Y K H S L
Decimal 130 30 92 0 0.77 0.29 0.49 322.8 0.63 0.31
Hex 82 1E 5C 0 4D 1D 31 143 3E 1F
Octal 202 36 134 0 115 35 61 503 76 37
Binary 10000010 11110 1011100 0 1001101 11101 110001 101000011 111110 11111

Color Harmonies of #821E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821E5C

Black with #821E5C

Text Example


Text Example

White with #821E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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