#823467

Color #823467 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #823467

Tints of Rose Bud Cherry #823467

Color information

#823467 (or 0x823467) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 34 and 67. RGB value is (130,52,103). Sum of RGB (Red+Green+Blue) = 130+52+103=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #823467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823467 is #7DCB98. Grayscale: #515151. Windows color (decimal): -8244121 or 6763650. OLE color: 6763650.

HSL color Cylindrical-coordinate representation of color #823467: hue angle of 320.77º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #823467 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB13052103-
CMYK00.600.210.49
HSL320.77º42.86%35.69%-
HSV(B)320.77º60%50.98%-
XYZ12.888.1813.73-
YUV81.14140.34162.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.61%
GREEN value IS 52 (20.70% from 255) = 18.25%
BLUE value IS 103 (40.62% from 255) = 36.14%
R=45.61%
G=18.25%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305210300.600.210.49320.7742.8635.69
Hex82346703C15311412b24
Octal2026414707425615015344
Binary100000101101001100111011110010101110001101000001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823467; }

 p { color: rgb(130,52,103); }

 H1.HeaderClassName
 {
   color: #823467;
 }
 .AnyTagClassName
 {
   color: #823467;
 }
</style>
background-color css

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

 a { background-color: rgb(130,52,103); }

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

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

 span { border-color: rgb(130,52,103); }

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