Html Css Color HEX #823155 Rose Bud Cherry

📋 copy color: '#823155'

red 130 ◦ green 49 ◦ blue 85

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

Shades of Rose Bud Cherry #823155

Tints of Rose Bud Cherry #823155

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.56%

 BLUE value IS 85 (33.59% from 255) = 32.2%

R = 49.24%
G = 18.56%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#823155 (or 0x823155) is known color: Rose Bud Cherry. HEX triplet: 82, 31 and 55. RGB value is (130,49,85). Sum of RGB (Red+Green+Blue) = 130+49+85=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #823155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823155 is #7DCEAA. Grayscale: #4D4D4D. Windows color (decimal): -8244907 or 5583234. OLE color: 5583234.

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

Color convert

RGB 130 49 85 -
CMYK 0 0.62 0.35 0.49
HSL 333.33º 0.45% 0.35% -
HSV(B) 333.33º 0.62% 0.51% -
XYZ 11.94 7.6 9.43 -
YUV 77.32 132.34 165.57 -
System Red Green Blue C M Y K H S L
Decimal 130 49 85 0 0.62 0.35 0.49 333.33 0.45 0.35
Hex 82 31 55 0 3E 23 31 14D 2D 23
Octal 202 61 125 0 76 43 61 515 55 43
Binary 10000010 110001 1010101 0 111110 100011 110001 101001101 101101 100011

Color Harmonies of #823155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823155

Black with #823155

Text Example


Text Example

White with #823155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823155; }

 p { color: rgb(130,49,85); }

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

background-color css

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

 a { background-color: rgb(130,49,85); }

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

border-color css

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

 span { border-color: rgb(130,49,85); }

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