Html Css Color HEX #823052 Rose Bud Cherry

📋 copy color: '#823052'

red 130 ◦ green 48 ◦ blue 82

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

Shades of Rose Bud Cherry #823052

Tints of Rose Bud Cherry #823052

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.46%

 BLUE value IS 82 (32.42% from 255) = 31.54%

R = 50%
G = 18.46%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#823052 (or 0x823052) is known color: Rose Bud Cherry. HEX triplet: 82, 30 and 52. RGB value is (130,48,82). Sum of RGB (Red+Green+Blue) = 130+48+82=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #823052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823052 is #7DCFAD. Grayscale: #4C4C4C. Windows color (decimal): -8245166 or 5386370. OLE color: 5386370.

HSL color Cylindrical-coordinate representation of color #823052: hue angle of 335.12º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #823052 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 48 82 -
CMYK 0 0.63 0.37 0.49
HSL 335.12º 0.46% 0.35% -
HSV(B) 335.12º 0.63% 0.51% -
XYZ 11.79 7.47 8.8 -
YUV 76.39 131.17 166.24 -
System Red Green Blue C M Y K H S L
Decimal 130 48 82 0 0.63 0.37 0.49 335.12 0.46 0.35
Hex 82 30 52 0 3F 25 31 14F 2E 23
Octal 202 60 122 0 77 45 61 517 56 43
Binary 10000010 110000 1010010 0 111111 100101 110001 101001111 101110 100011

Color Harmonies of #823052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823052

Black with #823052

Text Example


Text Example

White with #823052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823052; }

 p { color: rgb(130,48,82); }

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

background-color css

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

 a { background-color: rgb(130,48,82); }

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

border-color css

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

 span { border-color: rgb(130,48,82); }

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