Html Css Color HEX #823055 Rose Bud Cherry

📋 copy color: '#823055'

red 130 ◦ green 48 ◦ blue 85

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

Shades of Rose Bud Cherry #823055

Tints of Rose Bud Cherry #823055

RGB

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

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

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

R = 49.43%
G = 18.25%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#823055 (or 0x823055) is known color: Rose Bud Cherry. HEX triplet: 82, 30 and 55. RGB value is (130,48,85). Sum of RGB (Red+Green+Blue) = 130+48+85=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #823055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823055 is #7DCFAA. Grayscale: #4C4C4C. Windows color (decimal): -8245163 or 5582978. OLE color: 5582978.

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

Color convert

RGB 130 48 85 -
CMYK 0 0.63 0.35 0.49
HSL 332.93º 0.46% 0.35% -
HSV(B) 332.93º 0.63% 0.51% -
XYZ 11.9 7.52 9.42 -
YUV 76.74 132.67 165.99 -
System Red Green Blue C M Y K H S L
Decimal 130 48 85 0 0.63 0.35 0.49 332.93 0.46 0.35
Hex 82 30 55 0 3F 23 31 14D 2E 23
Octal 202 60 125 0 77 43 61 515 56 43
Binary 10000010 110000 1010101 0 111111 100011 110001 101001101 101110 100011

Color Harmonies of #823055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823055

Black with #823055

Text Example


Text Example

White with #823055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823055; }

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

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

background-color css

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

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

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

border-color css

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

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

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