Html Css Color HEX #821750 Rose Bud Cherry

📋 copy color: '#821750'

red 130 ◦ green 23 ◦ blue 80

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

Shades of Rose Bud Cherry #821750

Tints of Rose Bud Cherry #821750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.87%

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

R = 55.79%
G = 9.87%
B = 34.33%

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

#821750 (or 0x821750) is known color: Rose Bud Cherry. HEX triplet: 82, 17 and 50. RGB value is (130,23,80). Sum of RGB (Red+Green+Blue) = 130+23+80=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #821750 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821750 is #7DE8AF. Grayscale: #3D3D3D. Windows color (decimal): -8251568 or 5248898. OLE color: 5248898.

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

Color convert

RGB 130 23 80 -
CMYK 0 0.82 0.38 0.49
HSL 328.04º 0.7% 0.3% -
HSV(B) 328.04º 0.82% 0.51% -
XYZ 10.96 5.94 8.16 -
YUV 61.49 138.45 176.87 -
System Red Green Blue C M Y K H S L
Decimal 130 23 80 0 0.82 0.38 0.49 328.04 0.7 0.3
Hex 82 17 50 0 52 26 31 148 46 1E
Octal 202 27 120 0 122 46 61 510 106 36
Binary 10000010 10111 1010000 0 1010010 100110 110001 101001000 1000110 11110

Color Harmonies of #821750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821750

Black with #821750

Text Example


Text Example

White with #821750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821750; }

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

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

background-color css

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

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

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

border-color css

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

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

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