Html Css Color HEX #821B4D Rose Bud Cherry

📋 copy color: '#821B4D'

red 130 ◦ green 27 ◦ blue 77

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

Shades of Rose Bud Cherry #821B4D

Tints of Rose Bud Cherry #821B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 32.91%

R = 55.56%
G = 11.54%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#821B4D (or 0x821B4D) is known color: Rose Bud Cherry. HEX triplet: 82, 1B and 4D. RGB value is (130,27,77). Sum of RGB (Red+Green+Blue) = 130+27+77=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #821B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821B4D is #7DE4B2. Grayscale: #3F3F3F. Windows color (decimal): -8250547 or 5053314. OLE color: 5053314.

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

Color convert

RGB 130 27 77 -
CMYK 0 0.79 0.41 0.49
HSL 330.87º 0.66% 0.31% -
HSV(B) 330.87º 0.79% 0.51% -
XYZ 10.94 6.07 7.62 -
YUV 63.5 135.62 175.43 -
System Red Green Blue C M Y K H S L
Decimal 130 27 77 0 0.79 0.41 0.49 330.87 0.66 0.31
Hex 82 1B 4D 0 4F 29 31 14B 42 1F
Octal 202 33 115 0 117 51 61 513 102 37
Binary 10000010 11011 1001101 0 1001111 101001 110001 101001011 1000010 11111

Color Harmonies of #821B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821B4D

Black with #821B4D

Text Example


Text Example

White with #821B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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