Html Css Color HEX #821753 Rose Bud Cherry

📋 copy color: '#821753'

red 130 ◦ green 23 ◦ blue 83

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

Shades of Rose Bud Cherry #821753

Tints of Rose Bud Cherry #821753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 35.17%

R = 55.08%
G = 9.75%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#821753 (or 0x821753) is known color: Rose Bud Cherry. HEX triplet: 82, 17 and 53. RGB value is (130,23,83). Sum of RGB (Red+Green+Blue) = 130+23+83=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #821753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821753 is #7DE8AC. Grayscale: #3D3D3D. Windows color (decimal): -8251565 or 5445506. OLE color: 5445506.

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

Color convert

RGB 130 23 83 -
CMYK 0 0.82 0.36 0.49
HSL 326.36º 0.7% 0.3% -
HSV(B) 326.36º 0.82% 0.51% -
XYZ 11.07 5.98 8.75 -
YUV 61.83 139.95 176.62 -
System Red Green Blue C M Y K H S L
Decimal 130 23 83 0 0.82 0.36 0.49 326.36 0.7 0.3
Hex 82 17 53 0 52 24 31 146 46 1E
Octal 202 27 123 0 122 44 61 506 106 36
Binary 10000010 10111 1010011 0 1010010 100100 110001 101000110 1000110 11110

Color Harmonies of #821753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821753

Black with #821753

Text Example


Text Example

White with #821753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821753; }

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

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

background-color css

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

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

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

border-color css

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

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

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