#823257

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

Shades of Rose Bud Cherry #823257

Tints of Rose Bud Cherry #823257

Color information

#823257 (or 0x823257) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 32 and 57. RGB value is (130,50,87). Sum of RGB (Red+Green+Blue) = 130+50+87=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #823257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823257 is #7DCDA8. Grayscale: #4E4E4E. Windows color (decimal): -8244649 or 5714562. OLE color: 5714562.

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

Color convert

RGB1305087-
CMYK00.620.330.49
HSL332.25º44.44%35.29%-
HSV(B)332.25º61.54%50.98%-
XYZ12.077.729.87-
YUV78.14133164.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.69%
GREEN value IS 50 (19.92% from 255) = 18.73%
BLUE value IS 87 (34.38% from 255) = 32.58%
R=48.69%
G=18.73%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130508700.620.330.49332.2544.4435.29
Hex82325703E213114c2c23
Octal2026212707641615145443
Binary1000001011001010101110111110100001110001101001100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823257; }

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

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

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

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

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

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

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

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