Html Css Color HEX #821851 Rose Bud Cherry

📋 copy color: '#821851'

red 130 ◦ green 24 ◦ blue 81

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

Shades of Rose Bud Cherry #821851

Tints of Rose Bud Cherry #821851

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.21%

 BLUE value IS 81 (32.03% from 255) = 34.47%

R = 55.32%
G = 10.21%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#821851 (or 0x821851) is known color: Rose Bud Cherry. HEX triplet: 82, 18 and 51. RGB value is (130,24,81). Sum of RGB (Red+Green+Blue) = 130+24+81=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #821851 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821851 is #7DE7AE. Grayscale: #3E3E3E. Windows color (decimal): -8251311 or 5314690. OLE color: 5314690.

HSL color Cylindrical-coordinate representation of color #821851: hue angle of 327.74º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821851 is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 24 81 -
CMYK 0 0.82 0.38 0.49
HSL 327.74º 0.69% 0.3% -
HSV(B) 327.74º 0.82% 0.51% -
XYZ 11.02 5.99 8.36 -
YUV 62.19 138.62 176.37 -
System Red Green Blue C M Y K H S L
Decimal 130 24 81 0 0.82 0.38 0.49 327.74 0.69 0.3
Hex 82 18 51 0 52 26 31 148 45 1E
Octal 202 30 121 0 122 46 61 510 105 36
Binary 10000010 11000 1010001 0 1010010 100110 110001 101001000 1000101 11110

Color Harmonies of #821851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821851

Black with #821851

Text Example


Text Example

White with #821851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821851; }

 p { color: rgb(130,24,81); }

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

background-color css

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

 a { background-color: rgb(130,24,81); }

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

border-color css

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

 span { border-color: rgb(130,24,81); }

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