#833364

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

Shades of Rose Bud Cherry #833364

Tints of Rose Bud Cherry #833364

Color information

#833364 (or 0x833364) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 33 and 64. RGB value is (131,51,100). Sum of RGB (Red+Green+Blue) = 131+51+100=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #833364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833364 is #7CCC9B. Grayscale: #505050. Windows color (decimal): -8178844 or 6566787. OLE color: 6566787.

HSL color Cylindrical-coordinate representation of color #833364: hue angle of 323.25º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #833364 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB13151100-
CMYK00.610.240.49
HSL323.25º43.96%35.69%-
HSV(B)323.25º61.07%51.37%-
XYZ12.848.1112.95-
YUV80.51139164.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.45%
GREEN value IS 51 (20.31% from 255) = 18.09%
BLUE value IS 100 (39.45% from 255) = 35.46%
R=46.45%
G=18.09%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1315110000.610.240.49323.2543.9635.69
Hex83336403D18311432c24
Octal2036314407530615035444
Binary100000111100111100100011110111000110001101000011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833364; }

 p { color: rgb(131,51,100); }

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

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

 a { background-color: rgb(131,51,100); }

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

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

 span { border-color: rgb(131,51,100); }

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