#833066

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

Shades of Rose Bud Cherry #833066

Tints of Rose Bud Cherry #833066

Color information

#833066 (or 0x833066) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 30 and 66. RGB value is (131,48,102). Sum of RGB (Red+Green+Blue) = 131+48+102=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #833066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833066 is #7CCF99. Grayscale: #4E4E4E. Windows color (decimal): -8179610 or 6697091. OLE color: 6697091.

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

Color convert

RGB13148102-
CMYK00.630.220.49
HSL320.96º46.37%35.1%-
HSV(B)320.96º63.36%51.37%-
XYZ12.827.913.42-
YUV78.97141165.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.62%
GREEN value IS 48 (19.14% from 255) = 17.08%
BLUE value IS 102 (40.23% from 255) = 36.30%
R=46.62%
G=17.08%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314810200.630.220.49320.9646.3735.1
Hex83306603F16311412e23
Octal2036014607726615015643
Binary100000111100001100110011111110110110001101000001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833066; }

 p { color: rgb(131,48,102); }

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

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

 a { background-color: rgb(131,48,102); }

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

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

 span { border-color: rgb(131,48,102); }

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