Html Css Color HEX #821858 Rose Bud Cherry

📋 copy color: '#821858'

red 130 ◦ green 24 ◦ blue 88

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

Shades of Rose Bud Cherry #821858

Tints of Rose Bud Cherry #821858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.36%

R = 53.72%
G = 9.92%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#821858 (or 0x821858) is known color: Rose Bud Cherry. HEX triplet: 82, 18 and 58. RGB value is (130,24,88). Sum of RGB (Red+Green+Blue) = 130+24+88=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #821858 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821858 is #7DE7A7. Grayscale: #3E3E3E. Windows color (decimal): -8251304 or 5773442. OLE color: 5773442.

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

Color convert

RGB 130 24 88 -
CMYK 0 0.82 0.32 0.49
HSL 323.77º 0.69% 0.3% -
HSV(B) 323.77º 0.82% 0.51% -
XYZ 11.29 6.1 9.82 -
YUV 62.99 142.12 175.8 -
System Red Green Blue C M Y K H S L
Decimal 130 24 88 0 0.82 0.32 0.49 323.77 0.69 0.3
Hex 82 18 58 0 52 20 31 144 45 1E
Octal 202 30 130 0 122 40 61 504 105 36
Binary 10000010 11000 1011000 0 1010010 100000 110001 101000100 1000101 11110

Color Harmonies of #821858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821858

Black with #821858

Text Example


Text Example

White with #821858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821858; }

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

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

background-color css

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

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

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

border-color css

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

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

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