Html Css Color HEX #823056 Rose Bud Cherry

📋 copy color: '#823056'

red 130 ◦ green 48 ◦ blue 86

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

Shades of Rose Bud Cherry #823056

Tints of Rose Bud Cherry #823056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.58%

R = 49.24%
G = 18.18%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#823056 (or 0x823056) is known color: Rose Bud Cherry. HEX triplet: 82, 30 and 56. RGB value is (130,48,86). Sum of RGB (Red+Green+Blue) = 130+48+86=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #823056 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823056 is #7DCFA9. Grayscale: #4C4C4C. Windows color (decimal): -8245162 or 5648514. OLE color: 5648514.

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

Color convert

RGB 130 48 86 -
CMYK 0 0.63 0.34 0.49
HSL 332.2º 0.46% 0.35% -
HSV(B) 332.2º 0.63% 0.51% -
XYZ 11.94 7.53 9.63 -
YUV 76.85 133.17 165.91 -
System Red Green Blue C M Y K H S L
Decimal 130 48 86 0 0.63 0.34 0.49 332.2 0.46 0.35
Hex 82 30 56 0 3F 22 31 14C 2E 23
Octal 202 60 126 0 77 42 61 514 56 43
Binary 10000010 110000 1010110 0 111111 100010 110001 101001100 101110 100011

Color Harmonies of #823056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823056

Black with #823056

Text Example


Text Example

White with #823056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823056; }

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

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

background-color css

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

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

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

border-color css

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

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

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