Html Css Color HEX #821B5D Rose Bud Cherry

📋 copy color: '#821B5D'

red 130 ◦ green 27 ◦ blue 93

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

Shades of Rose Bud Cherry #821B5D

Tints of Rose Bud Cherry #821B5D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.8%

 BLUE value IS 93 (36.72% from 255) = 37.2%

R = 52%
G = 10.8%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#821B5D (or 0x821B5D) is known color: Rose Bud Cherry. HEX triplet: 82, 1B and 5D. RGB value is (130,27,93). Sum of RGB (Red+Green+Blue) = 130+27+93=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #821B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821B5D is #7DE4A2. Grayscale: #414141. Windows color (decimal): -8250531 or 6101890. OLE color: 6101890.

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

Color convert

RGB 130 27 93 -
CMYK 0 0.79 0.28 0.49
HSL 321.55º 0.66% 0.31% -
HSV(B) 321.55º 0.79% 0.51% -
XYZ 11.57 6.32 10.97 -
YUV 65.32 143.62 174.13 -
System Red Green Blue C M Y K H S L
Decimal 130 27 93 0 0.79 0.28 0.49 321.55 0.66 0.31
Hex 82 1B 5D 0 4F 1C 31 142 42 1F
Octal 202 33 135 0 117 34 61 502 102 37
Binary 10000010 11011 1011101 0 1001111 11100 110001 101000010 1000010 11111

Color Harmonies of #821B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821B5D

Black with #821B5D

Text Example


Text Example

White with #821B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,27,93); }

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

background-color css

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

 a { background-color: rgb(130,27,93); }

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

border-color css

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

 span { border-color: rgb(130,27,93); }

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