Html Css Color HEX #821855 Rose Bud Cherry

📋 copy color: '#821855'

red 130 ◦ green 24 ◦ blue 85

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

Shades of Rose Bud Cherry #821855

Tints of Rose Bud Cherry #821855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 35.56%

R = 54.39%
G = 10.04%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#821855 (or 0x821855) is known color: Rose Bud Cherry. HEX triplet: 82, 18 and 55. RGB value is (130,24,85). Sum of RGB (Red+Green+Blue) = 130+24+85=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #821855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821855 is #7DE7AA. Grayscale: #3E3E3E. Windows color (decimal): -8251307 or 5576834. OLE color: 5576834.

HSL color Cylindrical-coordinate representation of color #821855: hue angle of 325.47º 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 #821855 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 24 85 -
CMYK 0 0.82 0.35 0.49
HSL 325.47º 0.69% 0.3% -
HSV(B) 325.47º 0.82% 0.51% -
XYZ 11.17 6.05 9.17 -
YUV 62.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 130 24 85 0 0.82 0.35 0.49 325.47 0.69 0.3
Hex 82 18 55 0 52 23 31 145 45 1E
Octal 202 30 125 0 122 43 61 505 105 36
Binary 10000010 11000 1010101 0 1010010 100011 110001 101000101 1000101 11110

Color Harmonies of #821855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821855

Black with #821855

Text Example


Text Example

White with #821855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821855; }

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

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

background-color css

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

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

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

border-color css

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

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

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