Html Css Color HEX #821850 Rose Bud Cherry

📋 copy color: '#821850'

red 130 ◦ green 24 ◦ blue 80

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

Shades of Rose Bud Cherry #821850

Tints of Rose Bud Cherry #821850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 34.19%

R = 55.56%
G = 10.26%
B = 34.19%

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

#821850 (or 0x821850) is known color: Rose Bud Cherry. HEX triplet: 82, 18 and 50. RGB value is (130,24,80). Sum of RGB (Red+Green+Blue) = 130+24+80=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #821850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821850 is #7DE7AF. Grayscale: #3D3D3D. Windows color (decimal): -8251312 or 5249154. OLE color: 5249154.

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

Color convert

RGB 130 24 80 -
CMYK 0 0.82 0.38 0.49
HSL 328.3º 0.69% 0.3% -
HSV(B) 328.3º 0.82% 0.51% -
XYZ 10.98 5.98 8.16 -
YUV 62.08 138.12 176.45 -
System Red Green Blue C M Y K H S L
Decimal 130 24 80 0 0.82 0.38 0.49 328.3 0.69 0.3
Hex 82 18 50 0 52 26 31 148 45 1E
Octal 202 30 120 0 122 46 61 510 105 36
Binary 10000010 11000 1010000 0 1010010 100110 110001 101001000 1000101 11110

Color Harmonies of #821850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821850

Black with #821850

Text Example


Text Example

White with #821850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821850; }

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

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

background-color css

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

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

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

border-color css

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

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

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