Html Css Color HEX #823255 Rose Bud Cherry

📋 copy color: '#823255'

red 130 ◦ green 50 ◦ blue 85

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

Shades of Rose Bud Cherry #823255

Tints of Rose Bud Cherry #823255

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.87%

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

R = 49.06%
G = 18.87%
B = 32.08%

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

#823255 (or 0x823255) is known color: Rose Bud Cherry. HEX triplet: 82, 32 and 55. RGB value is (130,50,85). Sum of RGB (Red+Green+Blue) = 130+50+85=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #823255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823255 is #7DCDAA. Grayscale: #4D4D4D. Windows color (decimal): -8244651 or 5583490. OLE color: 5583490.

HSL color Cylindrical-coordinate representation of color #823255: hue angle of 333.75º degrees, saturation: 0.44, 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 #823255 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 50 85 -
CMYK 0 0.62 0.35 0.49
HSL 333.75º 0.44% 0.35% -
HSV(B) 333.75º 0.62% 0.51% -
XYZ 11.99 7.68 9.45 -
YUV 77.91 132 165.15 -
System Red Green Blue C M Y K H S L
Decimal 130 50 85 0 0.62 0.35 0.49 333.75 0.44 0.35
Hex 82 32 55 0 3E 23 31 14E 2C 23
Octal 202 62 125 0 76 43 61 516 54 43
Binary 10000010 110010 1010101 0 111110 100011 110001 101001110 101100 100011

Color Harmonies of #823255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823255

Black with #823255

Text Example


Text Example

White with #823255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823255; }

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

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

background-color css

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

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

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

border-color css

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

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

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