#823258

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

Shades of Rose Bud Cherry #823258

Tints of Rose Bud Cherry #823258

Color information

#823258 (or 0x823258) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 32 and 58. RGB value is (130,50,88). Sum of RGB (Red+Green+Blue) = 130+50+88=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #823258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823258 is #7DCDA7. Grayscale: #4E4E4E. Windows color (decimal): -8244648 or 5780098. OLE color: 5780098.

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

Color convert

RGB1305088-
CMYK00.620.320.49
HSL331.5º44.44%35.29%-
HSV(B)331.5º61.54%50.98%-
XYZ12.117.7310.09-
YUV78.25133.5164.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.51%
GREEN value IS 50 (19.92% from 255) = 18.66%
BLUE value IS 88 (34.77% from 255) = 32.84%
R=48.51%
G=18.66%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130508800.620.320.49331.544.4435.29
Hex82325803E203114c2c23
Octal2026213007640615145443
Binary1000001011001010110000111110100000110001101001100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823258; }

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

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

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

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

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

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

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

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